Spaces:
Running
Running
speaker path changed from none
Browse files
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 =
|
18 |
language="en"
|
19 |
file_path="generated_audio.wav"
|
20 |
-
speaker =
|
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 |
|