duongtungls commited on
Commit
2d61717
·
verified ·
1 Parent(s): 936bd2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ model = load_model(
20
  ckpt_path=str(
21
  cached_path("hf://yukiakai/F5-TTS-Vietnamese/model_85044.safetensors")
22
  ),
23
- vocab_file=str(cached_path("hf://toandev/F5-TTS-Vietnamese/vocab.txt")),
24
  )
25
 
26
 
 
20
  ckpt_path=str(
21
  cached_path("hf://yukiakai/F5-TTS-Vietnamese/model_85044.safetensors")
22
  ),
23
+ vocab_file=str(cached_path("hf://yukiakai/F5-TTS-Vietnamese/vocab.txt")),
24
  )
25
 
26