mbarnig commited on
Commit
0de8d9d
·
verified ·
1 Parent(s): 9aa3304

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def tts(text: str, speaker_idx: str, language_idx: str):
42
  # init synthesizer
43
  synthesizer = Synthesizer(
44
  best_model_path,
45
- # config_path,
46
  speakers_path,
47
  languages_path,
48
  None,
 
42
  # init synthesizer
43
  synthesizer = Synthesizer(
44
  best_model_path,
45
+ config_path,
46
  speakers_path,
47
  languages_path,
48
  None,