Upload app.py
Browse files
app.py
CHANGED
|
@@ -14,25 +14,24 @@ en_text = "The North Wind and the Sun were disputing which was the stronger, whe
|
|
| 14 |
pt_text = "O vento norte e o Sol discutiam quem era o mais forte, quando surgiu um viajante envolvido numa capa."
|
| 15 |
|
| 16 |
TTS_VOICES = [
|
|
|
|
| 17 |
"Bunny",
|
|
|
|
|
|
|
| 18 |
"Judith",
|
| 19 |
"Kerstin",
|
| 20 |
"Linda",
|
| 21 |
-
"Bernard",
|
| 22 |
-
"Ed",
|
| 23 |
-
"Guy",
|
| 24 |
"Thorsten"
|
| 25 |
]
|
| 26 |
|
| 27 |
TTS_LANGUAGES = [
|
|
|
|
| 28 |
"English",
|
| 29 |
"Français",
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"Lëtzebuergesch"
|
| 33 |
]
|
| 34 |
|
| 35 |
-
|
| 36 |
my_examples = [
|
| 37 |
[lb_text, "Judith", "Lëtzebuergesch"],
|
| 38 |
[de_text, "Thorsten", "Deutsch"],
|
|
|
|
| 14 |
pt_text = "O vento norte e o Sol discutiam quem era o mais forte, quando surgiu um viajante envolvido numa capa."
|
| 15 |
|
| 16 |
TTS_VOICES = [
|
| 17 |
+
"Bernard",
|
| 18 |
"Bunny",
|
| 19 |
+
"Ed",
|
| 20 |
+
"Guy",
|
| 21 |
"Judith",
|
| 22 |
"Kerstin",
|
| 23 |
"Linda",
|
|
|
|
|
|
|
|
|
|
| 24 |
"Thorsten"
|
| 25 |
]
|
| 26 |
|
| 27 |
TTS_LANGUAGES = [
|
| 28 |
+
"Deutsch",
|
| 29 |
"English",
|
| 30 |
"Français",
|
| 31 |
+
"Lëtzebuergesch",
|
| 32 |
+
"Português"
|
|
|
|
| 33 |
]
|
| 34 |
|
|
|
|
| 35 |
my_examples = [
|
| 36 |
[lb_text, "Judith", "Lëtzebuergesch"],
|
| 37 |
[de_text, "Thorsten", "Deutsch"],
|