Lisandro commited on
Commit
863a8cc
·
1 Parent(s): 1cadc23

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
@@ -35,7 +35,7 @@ with gr.Blocks() as demo:
35
  num_inference_steps = gr.Slider(
36
  label="Inference steps",
37
  minimum=3,
38
- maximum=150,
39
  step=1,
40
  value=25
41
  )
 
35
  num_inference_steps = gr.Slider(
36
  label="Inference steps",
37
  minimum=3,
38
+ maximum=300,
39
  step=1,
40
  value=25
41
  )