Spaces:
Running
Running
model_dir modified
Browse files
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 =
|
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
|