Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,7 +135,7 @@ E2TTS_model_cfg = dict(dim=1024, depth=24, heads=16, ff_mult=4)
|
|
| 135 |
# "hf://Gregniuki/F5-tts_English_German_Polish/English/model_222600.pt", "", F5TTS_model_cfg
|
| 136 |
#)
|
| 137 |
F5TTS_ema_model = load_custom(
|
| 138 |
-
"hf://Gregniuki/F5-tts_English_German_Polish/multi3/
|
| 139 |
)
|
| 140 |
#E2TTS_ema_model2 = load_custom(
|
| 141 |
# "hf://Gregniuki/F5-tts_English_German_Polish/Polish/model_500000.pt", "", F5TTS_model_cfg
|
|
|
|
| 135 |
# "hf://Gregniuki/F5-tts_English_German_Polish/English/model_222600.pt", "", F5TTS_model_cfg
|
| 136 |
#)
|
| 137 |
F5TTS_ema_model = load_custom(
|
| 138 |
+
"hf://Gregniuki/F5-tts_English_German_Polish/multi3/model_900000.pt", "", F5TTS_model_cfg
|
| 139 |
)
|
| 140 |
#E2TTS_ema_model2 = load_custom(
|
| 141 |
# "hf://Gregniuki/F5-tts_English_German_Polish/Polish/model_500000.pt", "", F5TTS_model_cfg
|