Spaces:
Runtime error
Runtime error
Update config.yaml
Browse files- config.yaml +7 -1
config.yaml
CHANGED
|
@@ -51,4 +51,10 @@ models:
|
|
| 51 |
config: configs/J.py
|
| 52 |
checkpoint: checkpoints/J.ckpt
|
| 53 |
readme: "This model is trained on a dataset known as J and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
| 54 |
-
default_speaker: "j"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
config: configs/J.py
|
| 52 |
checkpoint: checkpoints/J.ckpt
|
| 53 |
readme: "This model is trained on a dataset known as J and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
| 54 |
+
default_speaker: "j"
|
| 55 |
+
|
| 56 |
+
- name: R
|
| 57 |
+
config: configs/R.py
|
| 58 |
+
checkpoint: checkpoints/R.ckpt
|
| 59 |
+
readme: "This model is trained on a dataset known as R and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license."
|
| 60 |
+
default_speaker: "r"
|