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] 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 f6f388a..0ec4251 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)