mrfakename commited on
Commit
086f359
·
verified ·
1 Parent(s): 4194d2b

Update models.py

Browse files
Files changed (1) hide show
  1. models.py +8 -0
models.py CHANGED
@@ -703,6 +703,14 @@ def insert_initial_models():
703
  is_active=True,
704
  model_url="https://inworld.ai/tts",
705
  ),
 
 
 
 
 
 
 
 
706
  Model(
707
  id="async-1",
708
  name="CastleFlow v1.0",
 
703
  is_active=True,
704
  model_url="https://inworld.ai/tts",
705
  ),
706
+ Model(
707
+ id="inworld-max-1.5",
708
+ name="Inworld TTS 1.5 MAX",
709
+ model_type=ModelType.TTS,
710
+ is_open=False,
711
+ is_active=True,
712
+ model_url="https://inworld.ai/tts",
713
+ ),
714
  Model(
715
  id="async-1",
716
  name="CastleFlow v1.0",