Vahe commited on
Commit
795f4f8
·
1 Parent(s): 106ba81

speaker path changed from none

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,10 +14,10 @@ model_path = Path(r"tss_model/model_file.pth")
14
  config_path = Path(r"tss_model/config.json")
15
  vocoder_path = None
16
  vocoder_config_path = None
17
- model_dir = 'tss_model'
18
  language="en"
19
  file_path="generated_audio.wav"
20
- speaker = None
21
  split_sentences = True
22
  pipe_out = None
23
 
 
14
  config_path = Path(r"tss_model/config.json")
15
  vocoder_path = None
16
  vocoder_config_path = None
17
+ model_dir = None
18
  language="en"
19
  file_path="generated_audio.wav"
20
+ speaker = Path(r"tss_model/speakers.json")
21
  split_sentences = True
22
  pipe_out = None
23