echung682 commited on
Commit
8f10942
·
verified ·
1 Parent(s): 3e22f18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -80,7 +80,6 @@ def emotionAnalysis(message, face):
80
  face_emotion = f"Error processing image: {str(e)}"
81
  face_score = 0.0
82
 
83
- print(face_emotion)
84
  # Store facial emotion data for plotting
85
  face_dataDict["Time"].append(face_timestamp)
86
  face_dataDict["Emotion"].append(face_emotion) # Now face_emotion will always be a string
 
80
  face_emotion = f"Error processing image: {str(e)}"
81
  face_score = 0.0
82
 
 
83
  # Store facial emotion data for plotting
84
  face_dataDict["Time"].append(face_timestamp)
85
  face_dataDict["Emotion"].append(face_emotion) # Now face_emotion will always be a string