Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
coqui/xtts
Nymbo
/
xtts
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gorkemgoknar
commited on
Sep 14, 2023
Commit
c6f8b29
·
1 Parent(s):
58c1f3f
fix zh-cn
Browse files
fix chinese selector , tts expects zh-cn instead of zh
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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",