Spaces:
Running
Running
[HANDCRAFT] Commit
Browse files
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=
|
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():
|