Politrees commited on
Commit
77759b0
·
1 Parent(s): 5d374a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1626,8 +1626,6 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
1626
  with gr.Row():
1627
  status_bar=gr.Textbox(label="")
1628
  download_button.click(fn=download_from_url, inputs=[url, model], outputs=[status_bar])
1629
- with gr.Row():
1630
- )
1631
 
1632
  app.queue(concurrency_count=511, max_size=1022).launch(share=False, quiet=True)
1633
  #endregion
 
1626
  with gr.Row():
1627
  status_bar=gr.Textbox(label="")
1628
  download_button.click(fn=download_from_url, inputs=[url, model], outputs=[status_bar])
 
 
1629
 
1630
  app.queue(concurrency_count=511, max_size=1022).launch(share=False, quiet=True)
1631
  #endregion