mrfakename commited on
Commit
15e3a1c
·
verified ·
1 Parent(s): 6ea32fe

Pause MeloTTS

Browse files
Files changed (1) hide show
  1. app/models.py +1 -1
app/models.py CHANGED
@@ -2,13 +2,13 @@
2
  AVAILABLE_MODELS = {
3
  'ElevenLabs': 'eleven',
4
  'Play.HT 2.0': 'playht',
5
- 'MeloTTS': 'melo',
6
  'StyleTTS 2': 'styletts2',
7
  'Parler TTS Large': 'parlerlarge',
8
  'Fish Speech v1.5': 'anonymousfish',
9
  'Kokoro v0.19': 'kokoro0.19',
10
  'Kokoro v1.0': 'kokorov1',
11
  'CosyVoice 2.0': 'cosyvoice',
 
12
  # 'PlayDialog': 'playdialog',
13
  # 'XTTSv2': 'xtts',
14
  # 'WhisperSpeech': 'whisperspeech',
 
2
  AVAILABLE_MODELS = {
3
  'ElevenLabs': 'eleven',
4
  'Play.HT 2.0': 'playht',
 
5
  'StyleTTS 2': 'styletts2',
6
  'Parler TTS Large': 'parlerlarge',
7
  'Fish Speech v1.5': 'anonymousfish',
8
  'Kokoro v0.19': 'kokoro0.19',
9
  'Kokoro v1.0': 'kokorov1',
10
  'CosyVoice 2.0': 'cosyvoice',
11
+ # 'MeloTTS': 'melo',
12
  # 'PlayDialog': 'playdialog',
13
  # 'XTTSv2': 'xtts',
14
  # 'WhisperSpeech': 'whisperspeech',