gurwindersingh commited on
Commit
89adb60
·
1 Parent(s): 3c26090

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -108,7 +108,6 @@ if img_file_buffer is not None:
108
  cv2.rectangle(image,(x1,y1),(x2,y2),(0,255,0),2)
109
  cv2.rectangle(image,(x1,y2-35),(x2,y2),(0,255,0),cv2.FILLED)
110
  cv2.putText(image,name,(x1+6,y2-6),cv2.FONT_HERSHEY_COMPLEX,1,(255, 255, 255),2)
111
- st.image(image, use_column_width=True)
112
  ##############
113
  if name:
114
  if output=='happy':
 
108
  cv2.rectangle(image,(x1,y1),(x2,y2),(0,255,0),2)
109
  cv2.rectangle(image,(x1,y2-35),(x2,y2),(0,255,0),cv2.FILLED)
110
  cv2.putText(image,name,(x1+6,y2-6),cv2.FONT_HERSHEY_COMPLEX,1,(255, 255, 255),2)
 
111
  ##############
112
  if name:
113
  if output=='happy':