Spaces:
Running
Running
Update config.py
Browse files
config.py
CHANGED
@@ -65,7 +65,7 @@ MODEL_LIST = [
|
|
65 |
[ABS_PATH + "/Model/Cantonese/model.pth", ABS_PATH + "/Model/Cantonese/config.json"],
|
66 |
[ABS_PATH + "/Model/shanghainese/2796_epochs.pth", ABS_PATH + "/Model/shanghainese/config.json"],
|
67 |
[ABS_PATH + "/Model/genshin/G_953000.pth", ABS_PATH + "/Model/genshin/config.json"],
|
68 |
-
|
69 |
# HuBert-VITS (Need to configure HUBERT_SOFT_MODEL)
|
70 |
[ABS_PATH + "/Model/louise/360_epochs.pth", ABS_PATH + "/Model/louise/config.json"],
|
71 |
# W2V2-VITS (Need to configure DIMENSIONAL_EMOTION_NPY)
|
|
|
65 |
[ABS_PATH + "/Model/Cantonese/model.pth", ABS_PATH + "/Model/Cantonese/config.json"],
|
66 |
[ABS_PATH + "/Model/shanghainese/2796_epochs.pth", ABS_PATH + "/Model/shanghainese/config.json"],
|
67 |
[ABS_PATH + "/Model/genshin/G_953000.pth", ABS_PATH + "/Model/genshin/config.json"],
|
68 |
+
[ABS_PATH + "/Model/G_latest.pth", ABS_PATH + "/Model/moegoe_config.json"],
|
69 |
# HuBert-VITS (Need to configure HUBERT_SOFT_MODEL)
|
70 |
[ABS_PATH + "/Model/louise/360_epochs.pth", ABS_PATH + "/Model/louise/config.json"],
|
71 |
# W2V2-VITS (Need to configure DIMENSIONAL_EMOTION_NPY)
|