Update inference_webui.py

This commit is contained in:
RVC-Boss 2024-01-23 23:33:48 +08:00 committed by GitHub
parent 7c7fed1135
commit a61a0b9631
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -401,6 +401,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=is_share,
server_port=infer_ttswebui,
quiet=True,
)