Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
GitHub Actions
commited on
Commit
·
c052d0d
1
Parent(s):
5582677
Sync from GitHub repo
Browse files
models.py
CHANGED
@@ -617,7 +617,7 @@ def insert_initial_models():
|
|
617 |
name="OpenAudio S1",
|
618 |
model_type=ModelType.TTS,
|
619 |
is_open=False,
|
620 |
-
is_active=
|
621 |
model_url="https://fish.audio/",
|
622 |
),
|
623 |
]
|
|
|
617 |
name="OpenAudio S1",
|
618 |
model_type=ModelType.TTS,
|
619 |
is_open=False,
|
620 |
+
is_active=False, # NOTE: Waiting to receive a pool of voices
|
621 |
model_url="https://fish.audio/",
|
622 |
),
|
623 |
]
|