vineelpratap
commited on
Commit
•
0d24db7
1
Parent(s):
29fa540
Update tts.py
Browse files
tts.py
CHANGED
@@ -172,7 +172,7 @@ def synthesize(text, lang, speed=None):
|
|
172 |
|
173 |
TTS_EXAMPLES = [
|
174 |
["I am going to the store.", "eng (English)"],
|
175 |
-
["
|
176 |
["क्या मुझे पीने का पानी मिल सकता है?", "hin (Hindi)"],
|
177 |
["Tanış olmağıma çox şadam", "azj-script_latin (Azerbaijani, North)"],
|
178 |
["Mu zo murna a cikin ƙasar.", "hau (Hausa)"],
|
|
|
172 |
|
173 |
TTS_EXAMPLES = [
|
174 |
["I am going to the store.", "eng (English)"],
|
175 |
+
["안녕하세요.", "kor (Korean)"],
|
176 |
["क्या मुझे पीने का पानी मिल सकता है?", "hin (Hindi)"],
|
177 |
["Tanış olmağıma çox şadam", "azj-script_latin (Azerbaijani, North)"],
|
178 |
["Mu zo murna a cikin ƙasar.", "hau (Hausa)"],
|