Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1823,7 +1823,7 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
|
| 1823 |
but1.click(fn=lambda: easy_uploader.clear())
|
| 1824 |
with gr.TabItem("Загрузка моделей"):
|
| 1825 |
with gr.Row():
|
| 1826 |
-
url=gr.Textbox(label="Введите URL-адрес модели:", value="Введите ссылку на zip
|
| 1827 |
with gr.Row():
|
| 1828 |
model = gr.Textbox(label="Название модели:")
|
| 1829 |
download_button=gr.Button("Загрузить")
|
|
|
|
| 1823 |
but1.click(fn=lambda: easy_uploader.clear())
|
| 1824 |
with gr.TabItem("Загрузка моделей"):
|
| 1825 |
with gr.Row():
|
| 1826 |
+
url=gr.Textbox(label="Введите URL-адрес модели:", value="Введите ссылку на zip с файлами .pth и .index")
|
| 1827 |
with gr.Row():
|
| 1828 |
model = gr.Textbox(label="Название модели:")
|
| 1829 |
download_button=gr.Button("Загрузить")
|