From 68f488524f420738e1fbc0207973bb90dcfb9610 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Mon, 26 May 2025 11:45:27 +0800 Subject: [PATCH 1/3] no gradio httpx warning when traning no gradio httpx warning when traning --- GPT_SoVITS/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPT_SoVITS/utils.py b/GPT_SoVITS/utils.py index f6f388ac..0ec42510 100644 --- a/GPT_SoVITS/utils.py +++ b/GPT_SoVITS/utils.py @@ -13,7 +13,7 @@ import torch logging.getLogger("numba").setLevel(logging.ERROR) logging.getLogger("matplotlib").setLevel(logging.ERROR) - +logging.getLogger("httpx").setLevel(logging.ERROR) MATPLOTLIB_FLAG = False logging.basicConfig(stream=sys.stdout, level=logging.INFO) 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 2/3] =?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 43f33249..40d4b07d 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(): From 8c705784c50bf438c7b6d0be33a9e5e3cb90e6b2 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Mon, 26 May 2025 11:58:24 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=8F=8B=E6=83=85=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=A0=87=E6=B3=A8=E5=AE=8C=E6=AF=8F=E4=B8=80=E9=9D=A2=E9=83=BD?= =?UTF-8?q?=E8=A6=81=E7=82=B9submit=20text=E5=90=A6=E5=88=99=E7=99=BD?= =?UTF-8?q?=E5=BF=99=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 友情提示标注完每一面都要点submit text否则白忙活 --- tools/subfix_webui.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/subfix_webui.py b/tools/subfix_webui.py index 4539e669..b42b30fb 100644 --- a/tools/subfix_webui.py +++ b/tools/subfix_webui.py @@ -310,10 +310,7 @@ if __name__ == "__main__": with gr.Blocks(analytics_enabled=False) as demo: gr.Markdown( - value=i18n("Submit Text: ǰҳıֹ浽ڴ(ǰҳԶ浽ڴ)") - + "
" - + i18n("浽ڴʱıݶԱϴиĶԶҳıעڴ汣浽עļ") - + value=i18n("Submit Text: 将当前页所有文本框内容手工保存到内存和文件(翻页前后或者退出标注页面前如果没点这个按钮,你再翻回来就回滚了,白忙活。)") ) with gr.Row(): btn_change_index = gr.Button("Change Index")