mrfakename commited on
Commit
536edff
·
verified ·
1 Parent(s): ad8ebc1

Fix syntax error

Browse files
Files changed (1) hide show
  1. app/models.py +1 -1
app/models.py CHANGED
@@ -2,7 +2,7 @@
2
  AVAILABLE_MODELS = {
3
  # 'XTTSv2': 'xtts',
4
  # 'WhisperSpeech': 'whisperspeech',
5
- 'CosyVoice 2.0', 'cosyvoice',
6
  'ElevenLabs': 'eleven',
7
  # 'OpenVoice': 'openvoice',
8
  #'OpenVoice V2': 'openvoicev2',
 
2
  AVAILABLE_MODELS = {
3
  # 'XTTSv2': 'xtts',
4
  # 'WhisperSpeech': 'whisperspeech',
5
+ 'CosyVoice 2.0': 'cosyvoice',
6
  'ElevenLabs': 'eleven',
7
  # 'OpenVoice': 'openvoice',
8
  #'OpenVoice V2': 'openvoicev2',