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

Add CosyVoice 2.0

Browse files
Files changed (1) hide show
  1. app/models.py +1 -0
app/models.py CHANGED
@@ -2,6 +2,7 @@
2
  AVAILABLE_MODELS = {
3
  # 'XTTSv2': 'xtts',
4
  # 'WhisperSpeech': 'whisperspeech',
 
5
  'ElevenLabs': 'eleven',
6
  # 'OpenVoice': 'openvoice',
7
  #'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',