23A475R commited on
Commit
6931130
1 Parent(s): 1753039

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def predict_emotion(frame):
75
 
76
  # Overlay a box over the detected face
77
  cv2.putText(frame_clone, label, (fX, fY - 10),
78
- cv2.FONT_HERSHEY_DUPLEX, 0.5, (238, 164, 64), 1, cv2.LINE_AA)
79
 
80
  cv2.rectangle(frame, (fX, fY), (fX + fW, fY + fH),
81
  (238, 164, 64), 2)
 
75
 
76
  # Overlay a box over the detected face
77
  cv2.putText(frame_clone, label, (fX, fY - 10),
78
+ cv2.FONT_HERSHEY_DUPLEX, 0.5, (238, 164, 64), 1)
79
 
80
  cv2.rectangle(frame, (fX, fY), (fX + fW, fY + fH),
81
  (238, 164, 64), 2)