Vahe commited on
Commit
106ba81
·
1 Parent(s): 2ccbfb5

model_dir modified

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ 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 = None
18
  language="en"
19
  file_path="generated_audio.wav"
20
  speaker = None
 
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