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)