Pijush2023 commited on
Commit
e3631c2
·
verified ·
1 Parent(s): 3943cf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.70, # Adjust style for more romantic tone
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
  }