Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
coqui
/
CoquiTTS
like
172
Runtime error
App
Files
Files
Community
5
julian78w
commited on
Apr 30, 2022
Commit
242721f
•
1 Parent(s):
f007a1f
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 =
150
13
14
15
manager = ModelManager()
9
10
MODELS = {}
11
SPEAKERS = {}
12
+
MAX_TXT_LEN =
160
13
14
15
manager = ModelManager()