Merge 5d772a7fa1ed48c8bc68b3e437cc24916fc11abc into 7ef19867780cf703841ebafb565a4e47d1ea86ff

This commit is contained in:
Mahmoud ghareeb 2024-11-25 17:41:53 +08:00 committed by GitHub
commit eb02b67336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1609,9 +1609,9 @@ with gr.Blocks(title="RVC WebUI") as app:
gr.Markdown(traceback.format_exc()) gr.Markdown(traceback.format_exc())
if config.iscolab: if config.iscolab:
app.queue(concurrency_count=511, max_size=1022).launch(share=True) app.queue(max_size=1022).launch(share=True)
else: else:
app.queue(concurrency_count=511, max_size=1022).launch( app.queue(max_size=1022).launch(
server_name="0.0.0.0", server_name="0.0.0.0",
inbrowser=not config.noautoopen, inbrowser=not config.noautoopen,
server_port=config.listen_port, server_port=config.listen_port,