Spaces:
Runtime error
Runtime error
Commit
·
1838037
1
Parent(s):
150fe29
Fix speaker ID error - Azure Cobalt (#5)
Browse files- Fix speaker ID error - Azure Cobalt (0bbc2cf273ca5728b5486358eb966905d3deb0e7)
Co-authored-by: Aster <[email protected]>
- 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"
|