mrfakename commited on
Commit
fa4a2f5
1 Parent(s): 9dc87ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ with open('harvard_sentences.txt') as f:
15
  # Constants
16
  ####################################
17
  AVAILABLE_MODELS = {
18
- 'XTTS': 'xttsv2',
19
  'WhisperSpeech': 'whisperspeech',
20
  'ElevenLabs': 'eleven',
21
  'OpenVoice': 'openvoice',
 
15
  # Constants
16
  ####################################
17
  AVAILABLE_MODELS = {
18
+ 'XTTS': 'xtts',
19
  'WhisperSpeech': 'whisperspeech',
20
  'ElevenLabs': 'eleven',
21
  'OpenVoice': 'openvoice',