Matis Despujols commited on
Commit
c053487
·
verified ·
1 Parent(s): e9324f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks(title="CU-1 UI Element Detector", theme=gr.themes.Soft()) as demo
169
  thickness_slider = gr.Slider(
170
  minimum=1,
171
  maximum=6,
172
- value=3,
173
  step=1,
174
  label="Box Line Thickness"
175
  )
 
169
  thickness_slider = gr.Slider(
170
  minimum=1,
171
  maximum=6,
172
+ value=2,
173
  step=1,
174
  label="Box Line Thickness"
175
  )