Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ title = "LightSpeed: Vietnamese Male Voice TTS"
|
|
16 |
description = "Vietnam Male Voice TTS."
|
17 |
config_file = "config.json"
|
18 |
duration_model_path = "vbx_duration_model.pth"
|
19 |
-
lightspeed_model_path = "
|
20 |
phone_set_file = "vbx_phone_set.json"
|
21 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
22 |
with open(config_file, "rb") as f:
|
|
|
16 |
description = "Vietnam Male Voice TTS."
|
17 |
config_file = "config.json"
|
18 |
duration_model_path = "vbx_duration_model.pth"
|
19 |
+
lightspeed_model_path = "gen_400k.pth"
|
20 |
phone_set_file = "vbx_phone_set.json"
|
21 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
22 |
with open(config_file, "rb") as f:
|