SebastianBodza commited on
Commit
bdec77a
·
verified ·
1 Parent(s): ff9b905

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -425,7 +425,7 @@ with gr.Blocks() as app_speaker:
425
  temperature = gr.Slider(
426
  minimum=0.0,
427
  maximum=1.0,
428
- value=0.7,
429
  step=0.1,
430
  label="Temperature",
431
  info="Higher values = more random/creative output",
 
425
  temperature = gr.Slider(
426
  minimum=0.0,
427
  maximum=1.0,
428
+ value=0.9,
429
  step=0.1,
430
  label="Temperature",
431
  info="Higher values = more random/creative output",