Politrees commited on
Commit
e8e8e19
1 Parent(s): 3a11191

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1627,7 +1627,5 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
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
 
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
  app.queue(concurrency_count=511, max_size=1022).launch(share=False, quiet=True)
1631
  #endregion