Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mrfakename
commited on
Commit
•
fa4a2f5
1
Parent(s):
9dc87ec
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ with open('harvard_sentences.txt') as f:
|
|
15 |
# Constants
|
16 |
####################################
|
17 |
AVAILABLE_MODELS = {
|
18 |
-
'XTTS': '
|
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',
|