no gradio httpx warning when traning

no gradio httpx warning when traning
This commit is contained in:
RVC-Boss 2025-05-26 11:45:27 +08:00 committed by GitHub
parent 4d9d56b196
commit 68f488524f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)