Spaces:
Runtime error
Runtime error
Update config.yaml
Browse files- config.yaml +7 -1
config.yaml
CHANGED
|
@@ -33,4 +33,10 @@ models:
|
|
| 33 |
config: configs/Yoko.py
|
| 34 |
checkpoint: checkpoints/Yoko.ckpt
|
| 35 |
readme: "This model is trained on the Sinsy-f00001 dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
| 36 |
-
default_speaker: "yoko"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
config: configs/Yoko.py
|
| 34 |
checkpoint: checkpoints/Yoko.ckpt
|
| 35 |
readme: "This model is trained on the Sinsy-f00001 dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
| 36 |
+
default_speaker: "yoko"
|
| 37 |
+
|
| 38 |
+
- name: JSUT
|
| 39 |
+
config: configs/JSUT.py
|
| 40 |
+
checkpoint: checkpoints/JSUT.ckpt
|
| 41 |
+
readme: "This model is trained on the JSUT-song dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
| 42 |
+
default_speaker: "jsut"
|