Kamtera commited on
Commit
84ce1b5
·
1 Parent(s): 28a1377

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def tts(text: str):
21
 
22
 
23
  synthesizer = Synthesizer(
24
- model_path, config_path, speakers_file_path
25
  )
26
 
27
 
 
21
 
22
 
23
  synthesizer = Synthesizer(
24
+ model_path, config_path
25
  )
26
 
27