Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -602,7 +602,7 @@ def get_gui(theme):
|
|
| 602 |
|
| 603 |
down_active_gui = down_active_conf()
|
| 604 |
down_info = gr.Markdown(
|
| 605 |
-
"Provide a link to a zip file, like this one: `https://huggingface.co/mrmocciai/Models/resolve/main/Genshin%20Impact/ayaka-v2.zip?download=true`, or separate links for the .pth and .index files, like this: `https://huggingface.co/sail-rvc/ayaka-jp/resolve/main/model.pth?download=true, https://huggingface.co/sail-rvc/ayaka-jp/resolve/main/model.index?download=true`",
|
| 606 |
visible=False
|
| 607 |
)
|
| 608 |
with gr.Row():
|
|
|
|
| 602 |
|
| 603 |
down_active_gui = down_active_conf()
|
| 604 |
down_info = gr.Markdown(
|
| 605 |
+
"Provide a link to a zip file, like this one: `https://huggingface.co/mrmocciai/Models/resolve/main/Genshin%20Impact/ayaka-v2.zip?download=true`, or separate links with a comma for the .pth and .index files, like this: `https://huggingface.co/sail-rvc/ayaka-jp/resolve/main/model.pth?download=true, https://huggingface.co/sail-rvc/ayaka-jp/resolve/main/model.index?download=true`",
|
| 606 |
visible=False
|
| 607 |
)
|
| 608 |
with gr.Row():
|