Spaces:
Running
Running
Update app.py
Browse files
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/
|
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 |
)
|