Skip to content

Commit d1ec881

Browse files
authored
Update config.py
1 parent 2552a55 commit d1ec881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# 推理用的指定模型
55
sovits_path = ""
66
gpt_path = ""
7-
is_half = eval(os.environ.get("is_half",True))
7+
is_half = eval(os.environ.get("is_half","True"))
88
is_share=False
99

1010
cnhubert_path = "GPT_SoVITS/pretrained_models/chinese-hubert-base"

0 commit comments

Comments
 (0)