Spaces:
Sleeping
Sleeping
Commit
·
c573ca8
1
Parent(s):
117f3c7
add more models
Browse files
model.py
CHANGED
|
@@ -496,6 +496,7 @@ danish_models = {
|
|
| 496 |
|
| 497 |
greek_models = {
|
| 498 |
"csukuangfj/vits-piper-el_GR-rapunzelina-low": _get_vits_piper,
|
|
|
|
| 499 |
}
|
| 500 |
|
| 501 |
finnish_models = {
|
|
@@ -639,6 +640,7 @@ slovenian_models = {
|
|
| 639 |
|
| 640 |
bengali_models = {
|
| 641 |
"csukuangfj/vits-coqui-bn-custom_female": _get_vits_piper,
|
|
|
|
| 642 |
}
|
| 643 |
|
| 644 |
min_nan_models = {
|
|
@@ -657,6 +659,7 @@ korean_models = {
|
|
| 657 |
"csukuangfj/vits-mimic3-ko_KO-kss_low": _get_vits_piper,
|
| 658 |
}
|
| 659 |
|
|
|
|
| 660 |
afrikaans_models = {
|
| 661 |
"csukuangfj/vits-mimic3-af_ZA-google-nwu_low": _get_vits_piper,
|
| 662 |
}
|
|
|
|
| 496 |
|
| 497 |
greek_models = {
|
| 498 |
"csukuangfj/vits-piper-el_GR-rapunzelina-low": _get_vits_piper,
|
| 499 |
+
"csukuangfj/vits-mimic3-el_GR-rapunzelina-low": _get_vits_piper,
|
| 500 |
}
|
| 501 |
|
| 502 |
finnish_models = {
|
|
|
|
| 640 |
|
| 641 |
bengali_models = {
|
| 642 |
"csukuangfj/vits-coqui-bn-custom_female": _get_vits_piper,
|
| 643 |
+
"csukuangfj/vits-mimic3-bn-multi_low": _get_vits_piper,
|
| 644 |
}
|
| 645 |
|
| 646 |
min_nan_models = {
|
|
|
|
| 659 |
"csukuangfj/vits-mimic3-ko_KO-kss_low": _get_vits_piper,
|
| 660 |
}
|
| 661 |
|
| 662 |
+
|
| 663 |
afrikaans_models = {
|
| 664 |
"csukuangfj/vits-mimic3-af_ZA-google-nwu_low": _get_vits_piper,
|
| 665 |
}
|