XzJosh commited on
Commit
b36dfde
1 Parent(s): b4a3eb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -355,9 +355,5 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
355
  button3.click(cut3, [text_inp], [text_opt])
356
  gr.Markdown(value="后续将支持混合语种编码文本输入。")
357
 
358
- app.queue(concurrency_count=511, max_size=1022).launch(
359
- server_name="0.0.0.0",
360
- inbrowser=True,
361
- server_port=infer_ttswebui,
362
- quiet=True,
363
- )
 
355
  button3.click(cut3, [text_inp], [text_opt])
356
  gr.Markdown(value="后续将支持混合语种编码文本输入。")
357
 
358
+ app.queue(max_size=10)
359
+ app.launch(inbrowser=True)