Update app.py
Browse files
app.py
CHANGED
|
@@ -240,17 +240,7 @@ gr.Interface(
|
|
| 240 |
info="Select an output language for the synthesised speech",
|
| 241 |
choices=[
|
| 242 |
"pt",
|
| 243 |
-
|
| 244 |
-
"fr",
|
| 245 |
-
"de",
|
| 246 |
-
"it",
|
| 247 |
-
"pt",
|
| 248 |
-
"pl",
|
| 249 |
-
"tr",
|
| 250 |
-
"ru",
|
| 251 |
-
"nl",
|
| 252 |
-
"cs",
|
| 253 |
-
"ar",
|
| 254 |
"zh-cn",
|
| 255 |
],
|
| 256 |
max_choices=1,
|
|
|
|
| 240 |
info="Select an output language for the synthesised speech",
|
| 241 |
choices=[
|
| 242 |
"pt",
|
| 243 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 244 |
"zh-cn",
|
| 245 |
],
|
| 246 |
max_choices=1,
|