Akmyradov commited on
Commit
42c80b1
1 Parent(s): 1499404

Update tts.py

Browse files
Files changed (1) hide show
  1. tts.py +5 -5
tts.py CHANGED
@@ -165,9 +165,9 @@ def synthesize(text, lang, speed):
165
 
166
 
167
  TTS_EXAMPLES = [
168
- ["I am going to the store.", "eng: English"],
169
- ["안녕하세요", "kor: Korean"],
170
- ["क्या मुझे पीने का पानी मिल सकता है?", "hin: Hindi"],
171
- ["Tanış olmağıma çox şadam", "azj-script_latin: Azerbaijani, North"],
172
- ["Mu zo murna a cikin ƙasar.", "hau: Hausa"],
173
  ]
 
165
 
166
 
167
  TTS_EXAMPLES = [
168
+ ["Salam. Men indi ýuwaş ýuwaşdan size düşünip başladym", "tuk-script_latin: Turkmen"],
169
+ ["Türkmençe bir bilýäňmow sen?", "tuk-script_latin: Turkmen"],
170
+ [" gowy adamlar, yzyny özüň bilýäň.", "tuk-script_latin: Turkmen"],
171
+ ["Siz bilen tanyşanyma örän şat.", "tuk-script_latin: Turkmen"],
172
+ ["Esasy zat jan saglyk.", "tuk-script_latin: Turkmen"],
173
  ]