Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks() as demo:
|
|
160 |
|
161 |
|
162 |
# Attach Visibility Logic
|
163 |
-
run_det.change(fn=
|
164 |
run_seg.change(fn=toggle_visibility, inputs=[run_seg], outputs=[seg_model])
|
165 |
run_depth.change(fn=toggle_visibility, inputs=[run_depth], outputs=[depth_model])
|
166 |
|
|
|
160 |
|
161 |
|
162 |
# Attach Visibility Logic
|
163 |
+
run_det.change(fn=toggle_visibility, inputs=[run_det], outputs=[OD_Settings])
|
164 |
run_seg.change(fn=toggle_visibility, inputs=[run_seg], outputs=[seg_model])
|
165 |
run_depth.change(fn=toggle_visibility, inputs=[run_depth], outputs=[depth_model])
|
166 |
|