mrfakename commited on
Commit
d4caa8b
1 Parent(s): eef0c06

Update app/models.py

Browse files
Files changed (1) hide show
  1. 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',