Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
GitHub Actions
commited on
Commit
·
c597d7e
1
Parent(s):
b36d272
Sync from GitHub repo
Browse files
models.py
CHANGED
@@ -601,13 +601,14 @@ def insert_initial_models():
|
|
601 |
name="PlayHT 2.0",
|
602 |
model_type=ModelType.TTS,
|
603 |
is_open=False,
|
|
|
604 |
model_url="https://play.ht/",
|
605 |
),
|
606 |
Model(
|
607 |
id="styletts2",
|
608 |
name="StyleTTS 2",
|
609 |
model_type=ModelType.TTS,
|
610 |
-
is_open=
|
611 |
model_url="https://github.com/yl4579/StyleTTS2",
|
612 |
),
|
613 |
Model(
|
|
|
601 |
name="PlayHT 2.0",
|
602 |
model_type=ModelType.TTS,
|
603 |
is_open=False,
|
604 |
+
is_active=False,
|
605 |
model_url="https://play.ht/",
|
606 |
),
|
607 |
Model(
|
608 |
id="styletts2",
|
609 |
name="StyleTTS 2",
|
610 |
model_type=ModelType.TTS,
|
611 |
+
is_open=False,
|
612 |
model_url="https://github.com/yl4579/StyleTTS2",
|
613 |
),
|
614 |
Model(
|