Fix typo and add sample sentence.
Browse files- src/lookups.py +2 -2
src/lookups.py
CHANGED
@@ -9,7 +9,7 @@ placeholders = {
|
|
9 |
'ara': "منظمة الأمم المتحدة للطفولة",
|
10 |
'eng': "the United Nations International Children's Emergency Fund",
|
11 |
'fra': "Le Fonds des Nations unies pour l'enfance",
|
12 |
-
'hat': "
|
13 |
'fas': "صندوق کودکان ملل متحد",
|
14 |
'kmr': "سندووقی مناڵانی نەتەوە یەکگرتووەکان",
|
15 |
'lin': 'Your phrase here',
|
@@ -73,7 +73,7 @@ models = {
|
|
73 |
},
|
74 |
'hat':{
|
75 |
'mms': 'facebook/mms-tts-hat',
|
76 |
-
'coqui': None
|
77 |
'espeakng': 'ht',
|
78 |
'toucan': 'Haitian Creole (hat)',
|
79 |
'piper': None
|
|
|
9 |
'ara': "منظمة الأمم المتحدة للطفولة",
|
10 |
'eng': "the United Nations International Children's Emergency Fund",
|
11 |
'fra': "Le Fonds des Nations unies pour l'enfance",
|
12 |
+
'hat': "Fon pou Timoun Nasyon Ini yo",
|
13 |
'fas': "صندوق کودکان ملل متحد",
|
14 |
'kmr': "سندووقی مناڵانی نەتەوە یەکگرتووەکان",
|
15 |
'lin': 'Your phrase here',
|
|
|
73 |
},
|
74 |
'hat':{
|
75 |
'mms': 'facebook/mms-tts-hat',
|
76 |
+
'coqui': None,
|
77 |
'espeakng': 'ht',
|
78 |
'toucan': 'Haitian Creole (hat)',
|
79 |
'piper': None
|