From f612772d185976ea15f137b71345b909022e0222 Mon Sep 17 00:00:00 2001 From: XTer Date: Fri, 8 Mar 2024 21:51:09 +0800 Subject: [PATCH] modified: tools/uvr5/webui.py --- tools/uvr5/webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/uvr5/webui.py b/tools/uvr5/webui.py index bfe149ce..3cf4d5a2 100644 --- a/tools/uvr5/webui.py +++ b/tools/uvr5/webui.py @@ -168,7 +168,7 @@ with gr.Blocks(title="UVR5 WebUI") as app: [vc_output4], api_name="uvr_convert", ) -app.queue(concurrency_count=511, max_size=1022).launch( +app.queue().launch( server_name="0.0.0.0", inbrowser=True, share=is_share,