Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -462,7 +462,7 @@ if __name__ == "__main__":
|
|
| 462 |
|
| 463 |
detect_btn.click(
|
| 464 |
fn=process_image,
|
| 465 |
-
inputs=[input_img, conf_threshold, iou_threshold, nms_method, alpha_slider],
|
| 466 |
outputs=[output_img, detection_info]
|
| 467 |
)
|
| 468 |
|
|
|
|
| 462 |
|
| 463 |
detect_btn.click(
|
| 464 |
fn=process_image,
|
| 465 |
+
inputs=[input_img, conf_threshold, iou_threshold, nms_method, alpha_slider, show_labels_checkbox],
|
| 466 |
outputs=[output_img, detection_info]
|
| 467 |
)
|
| 468 |
|