From 8640c76a5be9df70788768726c2148f78ad7571c Mon Sep 17 00:00:00 2001 From: ilyaml218 Date: Fri, 10 May 2024 14:25:48 +0800 Subject: [PATCH] =?UTF-8?q?Update=20webui.py=20:=E5=88=A0=E9=99=A4Queue?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index e1c36e1e..d039a1f4 100644 --- a/webui.py +++ b/webui.py @@ -869,7 +869,7 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app: tts_info = gr.Textbox(label=i18n("TTS推理WebUI进程输出信息")) if_tts.change(change_tts_inference, [if_tts,bert_pretrained_dir,cnhubert_base_dir,gpu_number_1C,GPT_dropdown,SoVITS_dropdown], [tts_info]) with gr.TabItem(i18n("2-GPT-SoVITS-变声")):gr.Markdown(value=i18n("施工中,请静候佳音")) - app.queue(concurrency_count=511, max_size=1022).launch( + app.queue().launch( server_name="0.0.0.0", inbrowser=True, share=is_share,