From bc7374ec8ea065517ed5911857bbee34c1181bf5 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Mon, 26 May 2025 11:47:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8D=E5=99=AA=20=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E9=9D=9E=E5=BF=85=E9=9C=80?= 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 43f3324..40d4b07 100644 --- a/webui.py +++ b/webui.py @@ -1419,7 +1419,7 @@ with gr.Blocks(title="GPT-SoVITS WebUI", analytics_enabled=False) as app: value=process_info(process_name_slice, "close"), variant="primary", visible=False ) - gr.Markdown(value="0bb-" + i18n("语音降噪工具")) + gr.Markdown(value="0bb-" + i18n("语音降噪工具")+i18n("(非必需)")) with gr.Row(): with gr.Column(scale=3): with gr.Row():