Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
GitHub Actions
commited on
Commit
·
78ffa14
1
Parent(s):
60bd5c0
Sync from GitHub repo
Browse files
models.py
CHANGED
|
@@ -674,7 +674,7 @@ def insert_initial_models():
|
|
| 674 |
name="CastleFlow v1.0",
|
| 675 |
model_type=ModelType.TTS,
|
| 676 |
is_open=False,
|
| 677 |
-
is_active=
|
| 678 |
model_url="https://async.ai/",
|
| 679 |
),
|
| 680 |
]
|
|
|
|
| 674 |
name="CastleFlow v1.0",
|
| 675 |
model_type=ModelType.TTS,
|
| 676 |
is_open=False,
|
| 677 |
+
is_active=True,
|
| 678 |
model_url="https://async.ai/",
|
| 679 |
),
|
| 680 |
]
|