Lisandro commited on
Commit
75378b7
·
1 Parent(s): 4eeadeb

feat: Update maximum value for strength slider in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ with gr.Blocks() as demo:
25
  strength = gr.Slider(
26
  label="Strength",
27
  minimum=0,
28
- maximum=50,
29
  step=0.01,
30
  value=1
31
  )
 
25
  strength = gr.Slider(
26
  label="Strength",
27
  minimum=0,
28
+ maximum=300,
29
  step=0.01,
30
  value=1
31
  )