Spaces:
Running
Running
Commit
·
0768c8a
1
Parent(s):
a8daec4
(wip)debug
Browse files
models.py
CHANGED
@@ -409,7 +409,7 @@ def insert_initial_models():
|
|
409 |
name="Spark TTS",
|
410 |
model_type=ModelType.TTS,
|
411 |
is_open=False,
|
412 |
-
is_active=
|
413 |
model_url="https://github.com/SparkAudio/Spark-TTS",
|
414 |
),
|
415 |
Model(
|
|
|
409 |
name="Spark TTS",
|
410 |
model_type=ModelType.TTS,
|
411 |
is_open=False,
|
412 |
+
is_active=True, # API stopped working
|
413 |
model_url="https://github.com/SparkAudio/Spark-TTS",
|
414 |
),
|
415 |
Model(
|