Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
GitHub Actions
commited on
Commit
·
707118d
1
Parent(s):
46844f7
Sync from GitHub repo
Browse files
models.py
CHANGED
|
@@ -488,14 +488,14 @@ def insert_initial_models():
|
|
| 488 |
id="minimax-02-hd",
|
| 489 |
name="MiniMax Speech-02-HD",
|
| 490 |
model_type=ModelType.TTS,
|
| 491 |
-
is_open=
|
| 492 |
model_url="http://minimax.io/",
|
| 493 |
),
|
| 494 |
Model(
|
| 495 |
id="minimax-02-turbo",
|
| 496 |
name="MiniMax Speech-02-Turbo",
|
| 497 |
model_type=ModelType.TTS,
|
| 498 |
-
is_open=
|
| 499 |
model_url="http://minimax.io/",
|
| 500 |
),
|
| 501 |
]
|
|
|
|
| 488 |
id="minimax-02-hd",
|
| 489 |
name="MiniMax Speech-02-HD",
|
| 490 |
model_type=ModelType.TTS,
|
| 491 |
+
is_open=False,
|
| 492 |
model_url="http://minimax.io/",
|
| 493 |
),
|
| 494 |
Model(
|
| 495 |
id="minimax-02-turbo",
|
| 496 |
name="MiniMax Speech-02-Turbo",
|
| 497 |
model_type=ModelType.TTS,
|
| 498 |
+
is_open=False,
|
| 499 |
model_url="http://minimax.io/",
|
| 500 |
),
|
| 501 |
]
|