zhenyueqin commited on
Commit
2d8a52f
·
verified ·
1 Parent(s): acf80b4

[HANDCRAFT] Commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as interface:
111
  )
112
  include_undetected = gr.Checkbox(
113
  label="🔎 Include Undetected Hand",
114
- value=False
115
  )
116
  with gr.Column(scale=2):
117
  with gr.Row():
 
111
  )
112
  include_undetected = gr.Checkbox(
113
  label="🔎 Include Undetected Hand",
114
+ value=True
115
  )
116
  with gr.Column(scale=2):
117
  with gr.Row():