Spaces:
Runtime error
Runtime error
Update config.yaml
Browse files- config.yaml +7 -1
config.yaml
CHANGED
|
@@ -27,4 +27,10 @@ models:
|
|
| 27 |
config: configs/Seven.py
|
| 28 |
checkpoint: checkpoints/Seven.ckpt
|
| 29 |
readme: "This model is trained on the No.7 dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
| 30 |
-
default_speaker: "seven"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
config: configs/Seven.py
|
| 28 |
checkpoint: checkpoints/Seven.ckpt
|
| 29 |
readme: "This model is trained on the No.7 dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
| 30 |
+
default_speaker: "seven"
|
| 31 |
+
|
| 32 |
+
- name: 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"
|