Hưng commited on
Commit
3f4634d
·
1 Parent(s): 4abde05

update model repo

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,9 +18,9 @@ model = load_model(
18
  DiT,
19
  dict(dim=1024, depth=22, heads=16, ff_mult=2, text_dim=512, conv_layers=4),
20
  ckpt_path=str(
21
- cached_path("hf://whatvn/F5-TTS-vietnamese-tts/model.tensors")
22
  ),
23
- vocab_file=str(cached_path("hf://whatvn/F5-TTS-vietnamese-tts/vocab.txt")),
24
  )
25
 
26
 
 
18
  DiT,
19
  dict(dim=1024, depth=22, heads=16, ff_mult=2, text_dim=512, conv_layers=4),
20
  ckpt_path=str(
21
+ cached_path("hf://whatvn/vietnamese-tts/model.tensors")
22
  ),
23
+ vocab_file=str(cached_path("hf://whatvn/vietnamese-tts/vocab.txt")),
24
  )
25
 
26