LPX55 commited on
Commit
ccb3024
·
verified ·
1 Parent(s): aeb48c6

minor: fix default step count (#1)

Browse files

- minor: fix default step count (14a5f11bede85b1f6aca9c7145e3ea3d49f483d6)

Files changed (1) hide show
  1. app_kontext.py +1 -1
app_kontext.py CHANGED
@@ -281,7 +281,7 @@ with gr.Blocks(css=css) as demo:
281
  minimum=1,
282
  maximum=30,
283
  step=1,
284
- value=16,
285
  )
286
 
287
  with gr.Column():
 
281
  minimum=1,
282
  maximum=30,
283
  step=1,
284
+ value=8,
285
  )
286
 
287
  with gr.Column():