QingyuLiu1 commited on
Commit
fbabfd7
·
1 Parent(s): 6b4a779
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ vocoder = load_vocoder()
16
 
17
  # Cross-Lingual F5-TTS configuration
18
  model_cfg = dict(dim=1024, depth=22, heads=16, ff_mult=2, text_dim=512, conv_layers=4)
19
- vocab_path = str(cached_path("hf://SWivid/F5-TTS/F5TTS_v1_Base/vocab.txt")) # Using the same vocab as base model
20
 
21
  # Load Cross-Lingual F5-TTS model
22
  cross_lingual_model = load_model(
 
16
 
17
  # Cross-Lingual F5-TTS configuration
18
  model_cfg = dict(dim=1024, depth=22, heads=16, ff_mult=2, text_dim=512, conv_layers=4)
19
+ vocab_path = str(cached_path("hf://QingyuLiu1/Cross-Lingual_F5-TTS/vocab.txt")) # Using the same vocab as base model
20
 
21
  # Load Cross-Lingual F5-TTS model
22
  cross_lingual_model = load_model(