DurgaDeepak commited on
Commit
525f20c
·
verified ·
1 Parent(s): 75a4e29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks() as demo:
160
 
161
 
162
  # Attach Visibility Logic
163
- run_det.change(fn=toggle_det_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
 
 
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