Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
GitHub Actions
commited on
Commit
·
87c9725
1
Parent(s):
daa5fc2
Sync from GitHub repo
Browse files
models.py
CHANGED
@@ -478,6 +478,7 @@ def insert_initial_models():
|
|
478 |
id="megatts3",
|
479 |
name="MegaTTS 3",
|
480 |
model_type=ModelType.TTS,
|
|
|
481 |
is_open=True,
|
482 |
model_url="https://github.com/bytedance/MegaTTS3",
|
483 |
),
|
|
|
478 |
id="megatts3",
|
479 |
name="MegaTTS 3",
|
480 |
model_type=ModelType.TTS,
|
481 |
+
is_active=False,
|
482 |
is_open=True,
|
483 |
model_url="https://github.com/bytedance/MegaTTS3",
|
484 |
),
|