GitHub Actions commited on
Commit
c052d0d
·
1 Parent(s): 5582677

Sync from GitHub repo

Browse files
Files changed (1) hide show
  1. models.py +1 -1
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=True, # NOTE: Waiting to receive a pool of voices
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
  ]