mrfakename commited on
Commit
2b79318
·
verified ·
1 Parent(s): a1b3af5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from f5_tts.api import F5TTS
5
  from huggingface_hub import hf_hub_download
6
  import os
7
 
8
- VARIANTS = ["model_700000", "model_300000", "model_100000"]
9
  models = {}
10
  for variant in VARIANTS:
11
  models[variant] = F5TTS(
 
5
  from huggingface_hub import hf_hub_download
6
  import os
7
 
8
+ VARIANTS = ["model_750000", "model_300000", "model_100000"]
9
  models = {}
10
  for variant in VARIANTS:
11
  models[variant] = F5TTS(