GitHub Actions commited on
Commit
e2a6896
·
1 Parent(s): 87f7120

Sync from GitHub repo

Browse files
Files changed (1) hide show
  1. models.py +1 -1
models.py CHANGED
@@ -546,7 +546,7 @@ def insert_initial_models():
546
  name="OpenAudio S1",
547
  model_type=ModelType.TTS,
548
  is_open=False,
549
- is_active=False, # NOTE: Waiting to receive a pool of voices
550
  model_url="https://fish.audio/",
551
  ),
552
  ]
 
546
  name="OpenAudio S1",
547
  model_type=ModelType.TTS,
548
  is_open=False,
549
+ is_active=True, # NOTE: Waiting to receive a pool of voices
550
  model_url="https://fish.audio/",
551
  ),
552
  ]