Cyleux commited on
Commit
817e334
·
verified ·
1 Parent(s): 0bc98a4

Update spaces.py

Browse files
Files changed (1) hide show
  1. spaces.py +2 -2
spaces.py CHANGED
@@ -69,7 +69,7 @@ def generate_speech(text, voice_id, stability=0.8, style=0):
69
  "stability": stability,
70
  "similarity_boost": 0.5,
71
  "use_speaker_boost": True,
72
- "style": 0,
73
  }
74
  }
75
  headers = {
@@ -169,7 +169,7 @@ def process_message(args):
169
  else:
170
  text_color = "#FFFFFF"
171
  stability = 0.31
172
- style = 0.32
173
 
174
  try:
175
  audio_content = generate_speech(message, voice_id, stability=stability, style=style)
 
69
  "stability": stability,
70
  "similarity_boost": 0.5,
71
  "use_speaker_boost": True,
72
+ "style": style,
73
  }
74
  }
75
  headers = {
 
169
  else:
170
  text_color = "#FFFFFF"
171
  stability = 0.31
172
+ style = 0.35
173
 
174
  try:
175
  audio_content = generate_speech(message, voice_id, stability=stability, style=style)