Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
GitHub Actions
commited on
Commit
·
67272fb
1
Parent(s):
807d96f
Sync from GitHub repo
Browse files
models.py
CHANGED
@@ -423,6 +423,7 @@ def insert_initial_models():
|
|
423 |
name="Cartesia Sonic 2",
|
424 |
model_type=ModelType.TTS,
|
425 |
is_open=False,
|
|
|
426 |
model_url="https://cartesia.ai/",
|
427 |
),
|
428 |
Model(
|
|
|
423 |
name="Cartesia Sonic 2",
|
424 |
model_type=ModelType.TTS,
|
425 |
is_open=False,
|
426 |
+
is_active=False, # ran out of credits
|
427 |
model_url="https://cartesia.ai/",
|
428 |
),
|
429 |
Model(
|