Spaces:
Paused
Paused
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',
|