gorkemgoknar commited on
Commit
c6f8b29
1 Parent(s): 58c1f3f

fix chinese selector , tts expects zh-cn instead of zh

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ gr.Interface(
92
  "nl",
93
  "cz",
94
  "ar",
95
- "zh",
96
  ],
97
  max_choices=1,
98
  value="en",
 
92
  "nl",
93
  "cz",
94
  "ar",
95
+ "zh-cn",
96
  ],
97
  max_choices=1,
98
  value="en",