kevinwang676 commited on
Commit
af26d88
ยท
verified ยท
1 Parent(s): 8b60010

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,9 +2,9 @@
2
  import os
3
 
4
  gpt_path = os.environ.get(
5
- "gpt_path", "pretrained_models/s1bert25hz-2kh-longer-epoch=68e-step=50232.ckpt"
6
  )
7
- sovits_path = os.environ.get("sovits_path", "pretrained_models/s2G488k.pth")
8
  cnhubert_base_path = os.environ.get(
9
  "cnhubert_base_path", "pretrained_models/chinese-hubert-base"
10
  )
 
2
  import os
3
 
4
  gpt_path = os.environ.get(
5
+ "gpt_path", "pretrained_models/linghua-e15.ckpt"
6
  )
7
+ sovits_path = os.environ.get("sovits_path", "pretrained_models/linghua_e10_s140.pth")
8
  cnhubert_base_path = os.environ.get(
9
  "cnhubert_base_path", "pretrained_models/chinese-hubert-base"
10
  )