Politrees commited on
Commit
bbeb3d7
1 Parent(s): cee5755

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 файл с файлами .pth и .index")
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("Загрузить")