Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Fix syntax error
Browse files- 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'
|
| 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',
|