naonauno commited on
Commit
1216831
·
verified ·
1 Parent(s): 9cf6b58

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -80,9 +80,9 @@ async def voice_create(
80
  interaction: discord.Interaction,
81
  text: str,
82
  voice_name: str,
83
- stability: float = 0.5,
84
- clarity: float = 0.75,
85
- style: float = 0.5
86
  ):
87
  await interaction.response.defer()
88
 
 
80
  interaction: discord.Interaction,
81
  text: str,
82
  voice_name: str,
83
+ stability: float = 0.9,
84
+ clarity: float = 0.8,
85
+ style: float = 0.7
86
  ):
87
  await interaction.response.defer()
88