minor: fix default step count

#1
by LPX55 - opened
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():