yingzhac commited on
Commit
8dd3894
·
verified ·
1 Parent(s): fe9764c

Allow Base and Edit step ranges

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -439,7 +439,7 @@ with gr.Blocks(title="Boogu Image 0.1 Demo") as demo:
439
  with gr.Row():
440
  num_inference_steps = gr.Slider(
441
  minimum=1,
442
- maximum=8,
443
  value=4,
444
  step=1,
445
  label="Inference Steps",
 
439
  with gr.Row():
440
  num_inference_steps = gr.Slider(
441
  minimum=1,
442
+ maximum=50,
443
  value=4,
444
  step=1,
445
  label="Inference Steps",