Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -524,7 +524,7 @@ def generate_audio_elevenlabs(text):
|
|
524 |
"voice_settings": {
|
525 |
"stability": 1.0,
|
526 |
"similarity_boost": 0.0,
|
527 |
-
"style": 0.
|
528 |
"use_speaker_boost": False
|
529 |
}
|
530 |
}
|
|
|
524 |
"voice_settings": {
|
525 |
"stability": 1.0,
|
526 |
"similarity_boost": 0.0,
|
527 |
+
"style": 0.60, # Adjust style for more romantic tone
|
528 |
"use_speaker_boost": False
|
529 |
}
|
530 |
}
|