Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
GitHub Actions
commited on
Commit
·
cdcfb80
1
Parent(s):
e339151
Sync from GitHub repo
Browse files
models.py
CHANGED
|
@@ -735,6 +735,14 @@ def insert_initial_models():
|
|
| 735 |
is_active=True,
|
| 736 |
model_url="https://mayaresearch.ai/",
|
| 737 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 738 |
]
|
| 739 |
conversational_models = [
|
| 740 |
Model(
|
|
|
|
| 735 |
is_active=True,
|
| 736 |
model_url="https://mayaresearch.ai/",
|
| 737 |
),
|
| 738 |
+
Model(
|
| 739 |
+
id="magpie",
|
| 740 |
+
name="Magpie Multilingual",
|
| 741 |
+
model_type=ModelType.TTS,
|
| 742 |
+
is_open=False,
|
| 743 |
+
is_active=True,
|
| 744 |
+
model_url="https://build.nvidia.com/nvidia/magpie-tts-multilingual",
|
| 745 |
+
),
|
| 746 |
]
|
| 747 |
conversational_models = [
|
| 748 |
Model(
|