kevinwang676 commited on
Commit
bf72514
1 Parent(s): b2c2eed

Update GPT_SoVITS/app.py

Browse files
Files changed (1) hide show
  1. GPT_SoVITS/app.py +2 -2
GPT_SoVITS/app.py CHANGED
@@ -57,7 +57,7 @@ gpt_path = get_pretrain_model_path('gpt_path', "./gweight.txt",
57
  "GPT_SoVITS/pretrained_models/s1bert25hz-2kh-longer-epoch=68e-step=50232.ckpt")
58
 
59
  sovits_path = get_pretrain_model_path('sovits_path', "./sweight.txt",
60
- "GPT_SoVITS/pretrained_models/s2G2333k.pth")
61
 
62
  cnhubert_base_path = get_pretrain_model_path("cnhubert_base_path", '', "GPT_SoVITS/pretrained_models/chinese-hubert-base")
63
 
@@ -293,7 +293,7 @@ def change_choices():
293
  return {"choices": sorted(SoVITS_names, key=custom_sort_key), "__type__": "update"}, {"choices": sorted(GPT_names, key=custom_sort_key), "__type__": "update"}
294
 
295
 
296
- pretrained_sovits_name = "GPT_SoVITS/pretrained_models/s2G2333k.pth"
297
  pretrained_gpt_name = "GPT_SoVITS/pretrained_models/s1bert25hz-2kh-longer-epoch=68e-step=50232.ckpt"
298
  SoVITS_weight_root = "SoVITS_weights"
299
  GPT_weight_root = "GPT_weights"
 
57
  "GPT_SoVITS/pretrained_models/s1bert25hz-2kh-longer-epoch=68e-step=50232.ckpt")
58
 
59
  sovits_path = get_pretrain_model_path('sovits_path', "./sweight.txt",
60
+ "GPT_SoVITS/pretrained_models/s2G488k.pth")
61
 
62
  cnhubert_base_path = get_pretrain_model_path("cnhubert_base_path", '', "GPT_SoVITS/pretrained_models/chinese-hubert-base")
63
 
 
293
  return {"choices": sorted(SoVITS_names, key=custom_sort_key), "__type__": "update"}, {"choices": sorted(GPT_names, key=custom_sort_key), "__type__": "update"}
294
 
295
 
296
+ pretrained_sovits_name = "GPT_SoVITS/pretrained_models/s2G488k.pth"
297
  pretrained_gpt_name = "GPT_SoVITS/pretrained_models/s1bert25hz-2kh-longer-epoch=68e-step=50232.ckpt"
298
  SoVITS_weight_root = "SoVITS_weights"
299
  GPT_weight_root = "GPT_weights"