Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 = ["
|
| 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_1000000", "model_300000", "model_100000"]
|
| 9 |
models = {}
|
| 10 |
for variant in VARIANTS:
|
| 11 |
models[variant] = F5TTS(
|