maxinethegreat commited on
Commit
415c3de
1 Parent(s): 7b2403a

fix format

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def predict_emotion(frame):
38
  else:
39
  cv2.putText(frame, no_face_detection_alert, (x, y - 10), cv2.FONT_HERSHEY_SIMPLEX, 1, (0, 69, 255), 2)
40
 
41
- return frame
42
 
43
  # Start the video capture and emotion detection
44
  # cap = cv2.VideoCapture(0)
 
38
  else:
39
  cv2.putText(frame, no_face_detection_alert, (x, y - 10), cv2.FONT_HERSHEY_SIMPLEX, 1, (0, 69, 255), 2)
40
 
41
+ return frame
42
 
43
  # Start the video capture and emotion detection
44
  # cap = cv2.VideoCapture(0)