Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -497,7 +497,7 @@ with gr.Blocks() as demo:
|
|
497 |
# Button Click Event
|
498 |
run.click(
|
499 |
handle,
|
500 |
-
inputs=[mode,
|
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 |
|