Spaces:
unijoh
/
Runtime error

unijoh commited on
Commit
d7b1491
1 Parent(s): 1fd65c9

Update tts.py

Browse files
Files changed (1) hide show
  1. tts.py +3 -5
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
- ["I am going to the store.", "eng (English)"],
176
- ["안녕하세요.", "kor (Korean)"],
177
- ["क्या मुझे पीने का पानी मिल सकता है?", "hin (Hindi)"],
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
  ]