Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ vocoder = load_vocoder()
|
|
40 |
model = load_model(
|
41 |
DiT,
|
42 |
dict(dim=1024, depth=22, heads=16, ff_mult=2, text_dim=512, conv_layers=4),
|
43 |
-
ckpt_path=str(cached_path("hf://hynt/F5-TTS-Vietnamese-100h/
|
44 |
vocab_file=str(cached_path("hf://hynt/F5-TTS-Vietnamese-100h/vocab.txt")),
|
45 |
)
|
46 |
|
|
|
40 |
model = load_model(
|
41 |
DiT,
|
42 |
dict(dim=1024, depth=22, heads=16, ff_mult=2, text_dim=512, conv_layers=4),
|
43 |
+
ckpt_path=str(cached_path("hf://hynt/F5-TTS-Vietnamese-100h/model_480000.pt")),
|
44 |
vocab_file=str(cached_path("hf://hynt/F5-TTS-Vietnamese-100h/vocab.txt")),
|
45 |
)
|
46 |
|