Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
GitHub Actions
commited on
Commit
·
ae3838b
1
Parent(s):
15f9d1e
Sync from GitHub repo
Browse files
models.py
CHANGED
@@ -677,6 +677,14 @@ def insert_initial_models():
|
|
677 |
is_active=True,
|
678 |
model_url="https://async.ai/",
|
679 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
680 |
]
|
681 |
conversational_models = [
|
682 |
Model(
|
|
|
677 |
is_active=True,
|
678 |
model_url="https://async.ai/",
|
679 |
),
|
680 |
+
Model(
|
681 |
+
id="nls-pre-v1",
|
682 |
+
name="NLS Pre V1",
|
683 |
+
model_type=ModelType.TTS,
|
684 |
+
is_open=False,
|
685 |
+
is_active=True,
|
686 |
+
model_url="https://ttsarena.org/",
|
687 |
+
),
|
688 |
]
|
689 |
conversational_models = [
|
690 |
Model(
|