Spaces:
Runtime error
Runtime error
Update config.yaml
Browse files- config.yaml +7 -1
config.yaml
CHANGED
@@ -21,4 +21,10 @@ models:
|
|
21 |
config: configs/Itako.py
|
22 |
checkpoint: checkpoints/Itako.ckpt
|
23 |
readme: "This model is trained on the Tohoku Itako dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
24 |
-
default_speaker: "itako"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
config: configs/Itako.py
|
22 |
checkpoint: checkpoints/Itako.ckpt
|
23 |
readme: "This model is trained on the Tohoku Itako dataset and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
24 |
+
default_speaker: "itako"
|
25 |
+
|
26 |
+
- name: No.7
|
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: "no.7"
|