Update webui.py

Restore share
This commit is contained in:
Ke 2024-01-21 14:21:22 +08:00 committed by GitHub
parent 8630a9d9eb
commit 9a36bf807b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -778,5 +778,6 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
server_name="0.0.0.0",
inbrowser=True,
server_port=webui_port_main,
share=True,
quiet=True,
)