Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mrfakename
commited on
Commit
•
d4caa8b
1
Parent(s):
eef0c06
Update app/models.py
Browse files- app/models.py +1 -1
app/models.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Models to include in the leaderboard, only include models that users can vote on
|
2 |
AVAILABLE_MODELS = {
|
3 |
-
'XTTSv2': 'xtts',
|
4 |
# 'WhisperSpeech': 'whisperspeech',
|
5 |
'ElevenLabs': 'eleven',
|
6 |
# 'OpenVoice': 'openvoice',
|
|
|
1 |
# Models to include in the leaderboard, only include models that users can vote on
|
2 |
AVAILABLE_MODELS = {
|
3 |
+
# 'XTTSv2': 'xtts',
|
4 |
# 'WhisperSpeech': 'whisperspeech',
|
5 |
'ElevenLabs': 'eleven',
|
6 |
# 'OpenVoice': 'openvoice',
|