Spaces:
Running
Running
Update GPT_SoVITS/app_vc.py
Browse files- GPT_SoVITS/app_vc.py +2 -2
GPT_SoVITS/app_vc.py
CHANGED
@@ -299,8 +299,8 @@ def change_choices():
|
|
299 |
return {"choices": sorted(SoVITS_names, key=custom_sort_key), "__type__": "update"}, {"choices": sorted(GPT_names, key=custom_sort_key), "__type__": "update"}
|
300 |
|
301 |
|
302 |
-
pretrained_sovits_name = "GPT_SoVITS/pretrained_models/
|
303 |
-
pretrained_gpt_name = "GPT_SoVITS/pretrained_models/
|
304 |
SoVITS_weight_root = "SoVITS_weights_v2"
|
305 |
GPT_weight_root = "GPT_weights_v2"
|
306 |
os.makedirs(SoVITS_weight_root, exist_ok=True)
|
|
|
299 |
return {"choices": sorted(SoVITS_names, key=custom_sort_key), "__type__": "update"}, {"choices": sorted(GPT_names, key=custom_sort_key), "__type__": "update"}
|
300 |
|
301 |
|
302 |
+
pretrained_sovits_name = "GPT_SoVITS/pretrained_models/s2G488k.pth"
|
303 |
+
pretrained_gpt_name = "GPT_SoVITS/pretrained_models/s1bert25hz-2kh-longer-epoch=68e-step=50232.ckpt"
|
304 |
SoVITS_weight_root = "SoVITS_weights_v2"
|
305 |
GPT_weight_root = "GPT_weights_v2"
|
306 |
os.makedirs(SoVITS_weight_root, exist_ok=True)
|