Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update models.py
Browse files
models.py
CHANGED
|
@@ -703,6 +703,14 @@ def insert_initial_models():
|
|
| 703 |
is_active=True,
|
| 704 |
model_url="https://inworld.ai/tts",
|
| 705 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 706 |
Model(
|
| 707 |
id="async-1",
|
| 708 |
name="CastleFlow v1.0",
|
|
|
|
| 703 |
is_active=True,
|
| 704 |
model_url="https://inworld.ai/tts",
|
| 705 |
),
|
| 706 |
+
Model(
|
| 707 |
+
id="inworld-max-1.5",
|
| 708 |
+
name="Inworld TTS 1.5 MAX",
|
| 709 |
+
model_type=ModelType.TTS,
|
| 710 |
+
is_open=False,
|
| 711 |
+
is_active=True,
|
| 712 |
+
model_url="https://inworld.ai/tts",
|
| 713 |
+
),
|
| 714 |
Model(
|
| 715 |
id="async-1",
|
| 716 |
name="CastleFlow v1.0",
|