Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ model = load_model(
|
|
20 |
ckpt_path=str(
|
21 |
cached_path("hf://yukiakai/F5-TTS-Vietnamese/model_85044.safetensors")
|
22 |
),
|
23 |
-
vocab_file=str(cached_path("hf://
|
24 |
)
|
25 |
|
26 |
|
|
|
20 |
ckpt_path=str(
|
21 |
cached_path("hf://yukiakai/F5-TTS-Vietnamese/model_85044.safetensors")
|
22 |
),
|
23 |
+
vocab_file=str(cached_path("hf://yukiakai/F5-TTS-Vietnamese/vocab.txt")),
|
24 |
)
|
25 |
|
26 |
|