Spaces:
Running on Zero
Running on Zero
Upload app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ from f5_tts.api import F5TTS
|
|
| 38 |
# huggingface.co/Misha24-10/F5-TTS_RUSSIAN) — можно смело поменять здесь.
|
| 39 |
REPO = "Misha24-10/F5-TTS_RUSSIAN"
|
| 40 |
CKPT_SUBPATH = "F5TTS_v1_Base_v2/model_last_inference.safetensors"
|
| 41 |
-
VOCAB_SUBPATH = "
|
| 42 |
|
| 43 |
from huggingface_hub import hf_hub_download
|
| 44 |
|
|
|
|
| 38 |
# huggingface.co/Misha24-10/F5-TTS_RUSSIAN) — можно смело поменять здесь.
|
| 39 |
REPO = "Misha24-10/F5-TTS_RUSSIAN"
|
| 40 |
CKPT_SUBPATH = "F5TTS_v1_Base_v2/model_last_inference.safetensors"
|
| 41 |
+
VOCAB_SUBPATH = "F5TTS_v1_Base/vocab.txt"
|
| 42 |
|
| 43 |
from huggingface_hub import hf_hub_download
|
| 44 |
|