YGu1998 commited on
Commit
66e8818
·
verified ·
1 Parent(s): 2cc7f2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -178,10 +178,10 @@ with gr.Blocks(css=css) as demo:
178
 
179
  num_inference_steps = gr.Slider(
180
  label="Number of inference steps",
181
- minimum=1,
182
  maximum=4,
183
  step=1,
184
- value=4, # Replace with defaults that work for your model
185
  )
186
 
187
  gr.Examples(examples=examples, inputs=[prompt])
 
178
 
179
  num_inference_steps = gr.Slider(
180
  label="Number of inference steps",
181
+ minimum=4,
182
  maximum=4,
183
  step=1,
184
+ value=4,
185
  )
186
 
187
  gr.Examples(examples=examples, inputs=[prompt])