Update app.py
Browse files
app.py
CHANGED
@@ -1830,7 +1830,6 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
|
1830 |
with gr.Row():
|
1831 |
status_bar=gr.Textbox(label="")
|
1832 |
download_button.click(fn=download_from_url, inputs=[url, model], outputs=[status_bar])
|
1833 |
-
)
|
1834 |
|
1835 |
def has_two_files_in_pretrained_folder():
|
1836 |
pretrained_folder = "./pretrained/"
|
|
|
1830 |
with gr.Row():
|
1831 |
status_bar=gr.Textbox(label="")
|
1832 |
download_button.click(fn=download_from_url, inputs=[url, model], outputs=[status_bar])
|
|
|
1833 |
|
1834 |
def has_two_files_in_pretrained_folder():
|
1835 |
pretrained_folder = "./pretrained/"
|