ntt123 commited on
Commit
7caef41
1 Parent(s): c2e5382

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "gen_232k.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:
 
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: