Spaces:
Sleeping
Sleeping
Akash Garg
commited on
Commit
·
4296699
1
Parent(s):
f8e1542
Bbox -> Bounding Box
Browse files
app.py
CHANGED
|
@@ -141,7 +141,7 @@ def build_interface():
|
|
| 141 |
lines=2,
|
| 142 |
)
|
| 143 |
|
| 144 |
-
use_bbox = gr.Checkbox(label="Use
|
| 145 |
|
| 146 |
with gr.Group() as bbox_group:
|
| 147 |
bbox_x = gr.Slider(minimum=0.1, maximum=2.0, step=0.1, value=1.0, label="Length", interactive=False)
|
|
|
|
| 141 |
lines=2,
|
| 142 |
)
|
| 143 |
|
| 144 |
+
use_bbox = gr.Checkbox(label="Use Bounding Box", value=False)
|
| 145 |
|
| 146 |
with gr.Group() as bbox_group:
|
| 147 |
bbox_x = gr.Slider(minimum=0.1, maximum=2.0, step=0.1, value=1.0, label="Length", interactive=False)
|