diff --git a/webui.py b/webui.py index cf5d8a3a..beb0963a 100644 --- a/webui.py +++ b/webui.py @@ -86,7 +86,6 @@ from config import ( from tools import my_utils from tools.my_utils import check_details, check_for_existance -os.environ["HF_ENDPOINT"] = "https://hf-mirror.com" os.environ["KMP_DUPLICATE_LIB_OK"] = "TRUE" # os.environ['PYTORCH_ENABLE_MPS_FALLBACK'] = '1' # 当遇到mps不支持的步骤时使用cpu @@ -1980,4 +1979,3 @@ with gr.Blocks(title="GPT-SoVITS WebUI", analytics_enabled=False, js=js, css=css server_port=webui_port_main, # quiet=True, ) -