mrfakename commited on
Commit
5fe336a
·
verified ·
1 Parent(s): dd8503e

Add back Play

Browse files
Files changed (1) hide show
  1. app/models.py +2 -2
app/models.py CHANGED
@@ -5,7 +5,7 @@ AVAILABLE_MODELS = {
5
  'ElevenLabs': 'eleven',
6
  # 'OpenVoice': 'openvoice',
7
  'OpenVoice V2': 'openvoicev2',
8
- ##### 'Play.HT 2.0': 'playht', #####
9
  # 'Play.HT 3.0 Mini': 'playht3',
10
  # 'MetaVoice': 'metavoice',
11
  'MeloTTS': 'melo',
@@ -17,7 +17,7 @@ AVAILABLE_MODELS = {
17
  'Parler TTS Large': 'parlerlarge',
18
  #'Fish Speech v1.4': 'fish',
19
  'Anonymous Sparkle': 'anonymoussparkle',
20
- ##### 'PlayDialog': 'playdialog' #####
21
  }
22
 
23
 
 
5
  'ElevenLabs': 'eleven',
6
  # 'OpenVoice': 'openvoice',
7
  'OpenVoice V2': 'openvoicev2',
8
+ 'Play.HT 2.0': 'playht',
9
  # 'Play.HT 3.0 Mini': 'playht3',
10
  # 'MetaVoice': 'metavoice',
11
  'MeloTTS': 'melo',
 
17
  'Parler TTS Large': 'parlerlarge',
18
  #'Fish Speech v1.4': 'fish',
19
  'Anonymous Sparkle': 'anonymoussparkle',
20
+ 'PlayDialog': 'playdialog'
21
  }
22
 
23