ntt123 commited on
Commit
8eaf8c9
1 Parent(s): 4c8beaf

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 Female Voice TTS"
16
  description = "Vietnam Female Voice TTS."
17
  config_file = "config.json"
18
  duration_model_path = "duration_model.pth"
19
- lightspeed_model_path = "gen_543k.pth"
20
  phone_set_file = "phone_set.json"
21
  device = "cuda" if torch.cuda.is_available() else "cpu"
22
  with open(config_file, "rb") as f:
 
16
  description = "Vietnam Female Voice TTS."
17
  config_file = "config.json"
18
  duration_model_path = "duration_model.pth"
19
+ lightspeed_model_path = "gen_630k.pth"
20
  phone_set_file = "phone_set.json"
21
  device = "cuda" if torch.cuda.is_available() else "cpu"
22
  with open(config_file, "rb") as f: