Update tts.py
Browse files
tts.py
CHANGED
@@ -172,9 +172,7 @@ def synthesize(text, lang, speed=None):
|
|
172 |
|
173 |
TTS_EXAMPLES = [
|
174 |
["Eg fari til handils.", "fao (Faroese)"],
|
175 |
-
["
|
176 |
-
["
|
177 |
-
["
|
178 |
-
["Tanış olmağıma çox şadam", "azj-script_latin (Azerbaijani, North)"],
|
179 |
-
["Mu zo murna a cikin ƙasar.", "hau (Hausa)"],
|
180 |
]
|
|
|
172 |
|
173 |
TTS_EXAMPLES = [
|
174 |
["Eg fari til handils.", "fao (Faroese)"],
|
175 |
+
["Í dag er gott veður.", "fao (Faroese)"],
|
176 |
+
["Hvat fert tú at gera í dag?", "fao (Faroese)"],
|
177 |
+
["Vit fara at ganga ein túr oman í fjøruna.", "fao (Faroese)"],
|
|
|
|
|
178 |
]
|