xhlm123 commited on
Commit
bb7678d
·
verified ·
1 Parent(s): 84dbc31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -671,6 +671,6 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
671
 
672
  app.queue(concurrency_count=511, max_size=1022)
673
  app.launch(
674
- inbrowser=True
675
- quiet=True
676
  )
 
671
 
672
  app.queue(concurrency_count=511, max_size=1022)
673
  app.launch(
674
+ inbrowser=True,
675
+ quiet=True,
676
  )