Merge pull request #66 from D3lik/main

Enable share to make colab notebook creation easier
main
RVC-Boss 2 years ago committed by GitHub
commit 6a36360a03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save