Spaces:
Running
Running
Update GPT_SoVITS/app_vc.py
Browse files- GPT_SoVITS/app_vc.py +1 -1
GPT_SoVITS/app_vc.py
CHANGED
@@ -60,7 +60,7 @@ gpt_path = get_pretrain_model_path('gpt_path', "./gweight.txt",
|
|
60 |
"GPT_SoVITS/pretrained_models/gsv-v2final-pretrained/s1bert25hz-5kh-longer-epoch=12-step=369668.ckpt")
|
61 |
|
62 |
sovits_path = get_pretrain_model_path('sovits_path', "./sweight.txt",
|
63 |
-
"GPT_SoVITS/pretrained_models/
|
64 |
|
65 |
cnhubert_base_path = get_pretrain_model_path("cnhubert_base_path", '', "GPT_SoVITS/pretrained_models/chinese-hubert-base")
|
66 |
|
|
|
60 |
"GPT_SoVITS/pretrained_models/gsv-v2final-pretrained/s1bert25hz-5kh-longer-epoch=12-step=369668.ckpt")
|
61 |
|
62 |
sovits_path = get_pretrain_model_path('sovits_path', "./sweight.txt",
|
63 |
+
"GPT_SoVITS/pretrained_models/s2G488k.pth")
|
64 |
|
65 |
cnhubert_base_path = get_pretrain_model_path("cnhubert_base_path", '', "GPT_SoVITS/pretrained_models/chinese-hubert-base")
|
66 |
|