Spaces:
Running
Running
SayaSS
commited on
Commit
•
4133e57
1
Parent(s):
b2e5328
update app.py
Browse files
app.py
CHANGED
@@ -122,6 +122,7 @@ if __name__ == '__main__':
|
|
122 |
"[Open In Colab]"
|
123 |
"(https://colab.research.google.com/drive/10QOk9NPgoKZUXkIhhuVaZ7SYra1MPMKH?usp=share_link)"
|
124 |
" without queue and length limitation.(无需等待队列,并且没有长度限制)\n\n"
|
|
|
125 |
)
|
126 |
|
127 |
with gr.Tabs():
|
|
|
122 |
"[Open In Colab]"
|
123 |
"(https://colab.research.google.com/drive/10QOk9NPgoKZUXkIhhuVaZ7SYra1MPMKH?usp=share_link)"
|
124 |
" without queue and length limitation.(无需等待队列,并且没有长度限制)\n\n"
|
125 |
+
"[Finetune your own model](https://github.com/SayaSS/vits-finetuning)"
|
126 |
)
|
127 |
|
128 |
with gr.Tabs():
|