Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
GitHub Actions
commited on
Commit
·
8259023
1
Parent(s):
edebf80
Sync from GitHub repo
Browse files
models.py
CHANGED
@@ -618,6 +618,7 @@ def insert_initial_models():
|
|
618 |
name="StyleTTS 2",
|
619 |
model_type=ModelType.TTS,
|
620 |
is_open=False,
|
|
|
621 |
model_url="https://github.com/yl4579/StyleTTS2",
|
622 |
),
|
623 |
Model(
|
|
|
618 |
name="StyleTTS 2",
|
619 |
model_type=ModelType.TTS,
|
620 |
is_open=False,
|
621 |
+
is_active=False,
|
622 |
model_url="https://github.com/yl4579/StyleTTS2",
|
623 |
),
|
624 |
Model(
|