Spaces:
Running
on
Zero
Running
on
Zero
malay
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ vocos = load_vocoder()
|
|
43 |
# load models
|
44 |
F5TTS_model_cfg = dict(dim=1024, depth=22, heads=16, ff_mult=2, text_dim=512, conv_layers=4)
|
45 |
F5TTS_ema_model = load_model(
|
46 |
-
DiT, F5TTS_model_cfg, str(cached_path("hf://
|
47 |
)
|
48 |
|
49 |
E2TTS_model_cfg = dict(dim=1024, depth=24, heads=16, ff_mult=4)
|
|
|
43 |
# load models
|
44 |
F5TTS_model_cfg = dict(dim=1024, depth=22, heads=16, ff_mult=2, text_dim=512, conv_layers=4)
|
45 |
F5TTS_ema_model = load_model(
|
46 |
+
DiT, F5TTS_model_cfg, str(cached_path("hf://khursani8/F5-Malay/model_336000_smol.safetensors"))
|
47 |
)
|
48 |
|
49 |
E2TTS_model_cfg = dict(dim=1024, depth=24, heads=16, ff_mult=4)
|