Spaces:
Sleeping
Sleeping
Visual changes
Browse files- src/chatterbox/mtl_tts.py +2 -23
src/chatterbox/mtl_tts.py
CHANGED
|
@@ -22,29 +22,8 @@ REPO_ID = "CoRal-project/roest-chatterbox-danish"
|
|
| 22 |
|
| 23 |
# Supported languages for the multilingual model
|
| 24 |
SUPPORTED_LANGUAGES = {
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"de": "German",
|
| 28 |
-
"el": "Greek",
|
| 29 |
-
"en": "English",
|
| 30 |
-
"es": "Spanish",
|
| 31 |
-
"fi": "Finnish",
|
| 32 |
-
"fr": "French",
|
| 33 |
-
"he": "Hebrew",
|
| 34 |
-
"hi": "Hindi",
|
| 35 |
-
"it": "Italian",
|
| 36 |
-
"ja": "Japanese",
|
| 37 |
-
"ko": "Korean",
|
| 38 |
-
"ms": "Malay",
|
| 39 |
-
"nl": "Dutch",
|
| 40 |
-
"no": "Norwegian",
|
| 41 |
-
"pl": "Polish",
|
| 42 |
-
"pt": "Portuguese",
|
| 43 |
-
"ru": "Russian",
|
| 44 |
-
"sv": "Swedish",
|
| 45 |
-
"sw": "Swahili",
|
| 46 |
-
"tr": "Turkish",
|
| 47 |
-
"zh": "Chinese",
|
| 48 |
}
|
| 49 |
|
| 50 |
|
|
|
|
| 22 |
|
| 23 |
# Supported languages for the multilingual model
|
| 24 |
SUPPORTED_LANGUAGES = {
|
| 25 |
+
"da": "🇩🇰 Danish",
|
| 26 |
+
"en": "🇬🇧 English"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
}
|
| 28 |
|
| 29 |
|