Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
coqui/CoquiTTS
Yahir
/
CoquiTTS-Docker
like
1
Runtime error
App
Files
Files
Community
julian78w
commited on
Apr 30, 2022
Commit
e80739d
•
1 Parent(s):
242721f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,7 +9,7 @@ from TTS.utils.synthesizer import Synthesizer
9
10
MODELS = {}
11
SPEAKERS = {}
12
-
MAX_TXT_LEN =
160
13
14
15
manager = ModelManager()
9
10
MODELS = {}
11
SPEAKERS = {}
12
+
MAX_TXT_LEN =
100
13
14
15
manager = ModelManager()