Prathamesh1420 commited on
Commit
3aa9f84
·
verified ·
1 Parent(s): 147e776

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ if image is not None:
31
  cv2.putText(cv2_img, "Face", (x, y - 10), cv2.FONT_HERSHEY_SIMPLEX, 0.9, (0, 255, 0), 2)
32
 
33
  # Display the annotated image
34
- st.image(cv2_img, channels="BGR", caption="Detected Faces", use_column_width=True)
 
31
  cv2.putText(cv2_img, "Face", (x, y - 10), cv2.FONT_HERSHEY_SIMPLEX, 0.9, (0, 255, 0), 2)
32
 
33
  # Display the annotated image
34
+ st.image(cv2_img, channels="BGR", caption="Detected Faces", use_container_width=True)