GitHub Actions commited on
Commit
c597d7e
·
1 Parent(s): b36d272

Sync from GitHub repo

Browse files
Files changed (1) hide show
  1. models.py +2 -1
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=True,
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(