ccoreilly commited on
Commit
41b7aed
1 Parent(s): 0a98353

fix syntax

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def carrega_bsc():
21
  vocoder_config_path = None
22
 
23
  synthesizer = Synthesizer(
24
- model_path, config_path, speakers_file_path, No$
25
  )
26
 
27
  return synthesizer
 
21
  vocoder_config_path = None
22
 
23
  synthesizer = Synthesizer(
24
+ model_path, config_path, speakers_file_path, None, vocoder_path, vocoder_config_path,
25
  )
26
 
27
  return synthesizer