Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,8 @@ other_language = {
|
|
41 |
"Serbian": "srp",
|
42 |
"Romanian": "ron",
|
43 |
"Indonesian": "ind",
|
44 |
-
"Philippine": "tgl"
|
|
|
45 |
}
|
46 |
|
47 |
tts = TTS("tts_models/multilingual/multi-dataset/xtts_v2")
|
|
|
41 |
"Serbian": "srp",
|
42 |
"Romanian": "ron",
|
43 |
"Indonesian": "ind",
|
44 |
+
"Philippine": "tgl",
|
45 |
+
"Bulgarian": "bul",
|
46 |
}
|
47 |
|
48 |
tts = TTS("tts_models/multilingual/multi-dataset/xtts_v2")
|