julian78w commited on
Commit
e80739d
1 Parent(s): 242721f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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()