Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
neongeckocom
/
neon-tts-plugin-coqui
like
42
Running
App
Files
Files
Community
2
winabadi
commited on
Oct 22, 2022
Commit
02168f3
•
1 Parent(s):
0ed3d98
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -6,7 +6,7 @@ from neon_tts_plugin_coqui import CoquiTTS
6
7
8
LANGUAGES = list(CoquiTTS.langs.keys())
9
-
default_lang = "
en
"
10
11
12
6
7
8
LANGUAGES = list(CoquiTTS.langs.keys())
9
+
default_lang = "
id
"
10
11
12