blanchon commited on
Commit
07c4f11
·
1 Parent(s): 44c3f87
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -302,7 +302,7 @@ with gr.Blocks(css=css) as demo:
302
  minimum=1,
303
  maximum=10,
304
  step=1,
305
- value=28,
306
  )
307
  crop = gr.Checkbox(
308
  label="Crop",
@@ -329,7 +329,7 @@ with gr.Blocks(css=css) as demo:
329
  minimum=4,
330
  maximum=30,
331
  step=2,
332
- value=4,
333
  )
334
 
335
  # Change the number of inference steps based on the model type
 
302
  minimum=1,
303
  maximum=10,
304
  step=1,
305
+ value=2,
306
  )
307
  crop = gr.Checkbox(
308
  label="Crop",
 
329
  minimum=4,
330
  maximum=30,
331
  step=2,
332
+ value=28,
333
  )
334
 
335
  # Change the number of inference steps based on the model type