Update webui.py

This commit is contained in:
DW 2024-01-19 07:34:10 +11:00 committed by GitHub
parent 1afdb42295
commit 6dcaf262ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -736,6 +736,7 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
app.queue(concurrency_count=511, max_size=1022).launch(
server_name="0.0.0.0",
inbrowser=True,
share=True,
server_port=webui_port_main,
quiet=True,
)