Update config.py

This commit is contained in:
RVC-Boss 2024-01-23 18:41:05 +08:00 committed by GitHub
parent 2552a55873
commit d1ec88193f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ import sys,os
# 推理用的指定模型
sovits_path = ""
gpt_path = ""
is_half = eval(os.environ.get("is_half",True))
is_half = eval(os.environ.get("is_half","True"))
is_share=False
cnhubert_path = "GPT_SoVITS/pretrained_models/chinese-hubert-base"