duongtungls commited on
Commit
936bd2e
·
verified ·
1 Parent(s): 241f219

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ 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://yukiakai/F5-TTS-Vietnamese/blob/main/model_85044.safetensors")
22
  ),
23
  vocab_file=str(cached_path("hf://toandev/F5-TTS-Vietnamese/vocab.txt")),
24
  )
 
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://yukiakai/F5-TTS-Vietnamese/model_85044.safetensors")
22
  ),
23
  vocab_file=str(cached_path("hf://toandev/F5-TTS-Vietnamese/vocab.txt")),
24
  )