Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ 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-ViVoice/model_last.pt")),
|
| 44 |
-
vocab_file=str(cached_path("hf://F5-TTS-Vietnamese-ViVoice/config.json")),
|
| 45 |
)
|
| 46 |
|
| 47 |
@spaces.GPU
|
|
|
|
| 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-ViVoice/model_last.pt")),
|
| 44 |
+
vocab_file=str(cached_path("hf://hynt/F5-TTS-Vietnamese-ViVoice/config.json")),
|
| 45 |
)
|
| 46 |
|
| 47 |
@spaces.GPU
|