Add CosyVoice 2.0
Browse files- 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',
|