Politrees commited on
Commit
5d374a0
1 Parent(s): e8e8e19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1627,5 +1627,7 @@ 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
  app.queue(concurrency_count=511, max_size=1022).launch(share=False, quiet=True)
1631
  #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
+ )
1631
+
1632
  app.queue(concurrency_count=511, max_size=1022).launch(share=False, quiet=True)
1633
  #endregion