Spaces:
Runtime error
Runtime error
Fix speaker ID error - Azure Cobalt
Browse filesthis should take care of it.
sorry, I don't know how to move the files into the folders like the rest OTL
- Azure.py +1 -1
- config.yaml +1 -1
Azure.py
CHANGED
|
@@ -9,7 +9,7 @@ _base_ = [
|
|
| 9 |
]
|
| 10 |
|
| 11 |
speaker_mapping = {
|
| 12 |
-
"
|
| 13 |
}
|
| 14 |
|
| 15 |
model = dict(
|
|
|
|
| 9 |
]
|
| 10 |
|
| 11 |
speaker_mapping = {
|
| 12 |
+
"azure": 0,
|
| 13 |
}
|
| 14 |
|
| 15 |
model = dict(
|
config.yaml
CHANGED
|
@@ -90,5 +90,5 @@ models:
|
|
| 90 |
checkpoint: checkpoints/Azure.ckpt
|
| 91 |
readme: |
|
| 92 |
This model is trained on a dataset known as Azure Cobalt and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
|
| 93 |
-
It has a
|
| 94 |
default_speaker: "azure"
|
|
|
|
| 90 |
checkpoint: checkpoints/Azure.ckpt
|
| 91 |
readme: |
|
| 92 |
This model is trained on a dataset known as Azure Cobalt and released under the [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
|
| 93 |
+
It has a stable, mature voice.
|
| 94 |
default_speaker: "azure"
|