recycleactor commited on
Commit
a1adacb
·
verified ·
1 Parent(s): 8d4fcfe

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "F5TTS_v1_Base_v2/vocab.txt"
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