mrfakename commited on
Commit
8c9853a
·
verified ·
1 Parent(s): 9ed4a11

Update app/models.py

Browse files
Files changed (1) hide show
  1. app/models.py +1 -0
app/models.py CHANGED
@@ -17,6 +17,7 @@ AVAILABLE_MODELS = {
17
  'Parler TTS Large': 'parlerlarge',
18
  #'Fish Speech v1.4': 'fish',
19
  'Anonymous Sparkle': 'anonymoussparkle',
 
20
  }
21
 
22
 
 
17
  'Parler TTS Large': 'parlerlarge',
18
  #'Fish Speech v1.4': 'fish',
19
  'Anonymous Sparkle': 'anonymoussparkle',
20
+ 'PlayDialog': 'playdialog'
21
  }
22
 
23