DurgaDeepak commited on
Commit
33b73e4
·
verified ·
1 Parent(s): 1ec606c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -497,7 +497,7 @@ with gr.Blocks() as demo:
497
  # Button Click Event
498
  run.click(
499
  handle,
500
- inputs=[mode, media_upload, url, run_det, det_model, det_confidence, run_seg, seg_model, run_depth, depth_model, blend],
501
  outputs=[img_out, json_out, zip_out]
502
  )
503
 
 
497
  # Button Click Event
498
  run.click(
499
  handle,
500
+ inputs=[mode, uploaded_files, url, run_det, det_model, det_confidence, run_seg, seg_model, run_depth, depth_model, blend],
501
  outputs=[img_out, json_out, zip_out]
502
  )
503