Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
GitHub Actions
commited on
Commit
·
4cce6e7
1
Parent(s):
27c8444
Sync from GitHub repo
Browse files
models.py
CHANGED
@@ -668,6 +668,14 @@ def insert_initial_models():
|
|
668 |
is_active=False, # NOTE: Waiting to receive a pool of voices
|
669 |
model_url="https://fish.audio/",
|
670 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
671 |
]
|
672 |
conversational_models = [
|
673 |
Model(
|
|
|
668 |
is_active=False, # NOTE: Waiting to receive a pool of voices
|
669 |
model_url="https://fish.audio/",
|
670 |
),
|
671 |
+
Model(
|
672 |
+
id="async-1",
|
673 |
+
name="CastleFlow v1.0",
|
674 |
+
model_type=ModelType.TTS,
|
675 |
+
is_open=False,
|
676 |
+
is_active=True,
|
677 |
+
model_url="https://async.ai/",
|
678 |
+
),
|
679 |
]
|
680 |
conversational_models = [
|
681 |
Model(
|