Update app.py
Browse files
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
|