Politrees commited on
Commit
18309c2
1 Parent(s): 0823a2b

Update app.py

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