enpaiva commited on
Commit
2061888
·
verified ·
1 Parent(s): 8602b6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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