multimodalart HF Staff commited on
Commit
2097127
·
verified ·
1 Parent(s): 11a9f21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -414,8 +414,8 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
414
  with gr.Row():
415
  steps_slider = gr.Slider(
416
  minimum=64,
417
- maximum=1024,
418
- value=256,
419
  step=1,
420
  label="Denoising Steps",
421
  info="Number of steps in the generation process."
 
414
  with gr.Row():
415
  steps_slider = gr.Slider(
416
  minimum=64,
417
+ maximum=512,
418
+ value=128,
419
  step=1,
420
  label="Denoising Steps",
421
  info="Number of steps in the generation process."