Ryan-PR commited on
Commit
687894c
·
verified ·
1 Parent(s): 6f7cafb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -742,7 +742,7 @@ with gr.Blocks() as demo:
742
  fg_threshold_slider = gr.Slider(
743
  minimum=0.7,
744
  maximum=1.0,
745
- value=0.8,
746
  step=0.01,
747
  label="Jigsaw Patches' Foreground Coverage Threshold",
748
  )
 
742
  fg_threshold_slider = gr.Slider(
743
  minimum=0.7,
744
  maximum=1.0,
745
+ value=1.0,
746
  step=0.01,
747
  label="Jigsaw Patches' Foreground Coverage Threshold",
748
  )