Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
import os
|
3 |
|
4 |
gpt_path = os.environ.get(
|
5 |
-
"gpt_path", "pretrained_models/
|
6 |
)
|
7 |
-
sovits_path = os.environ.get("sovits_path", "pretrained_models/
|
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 |
)
|