Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
23A475R
/
facial-emotion-recognition
like
0
Sleeping
App
Files
Files
Community
23A475R
commited on
Feb 21
Commit
c99ac98
•
1 Parent(s):
b207167
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -50,7 +50,7 @@ def predict_emotion(frame):
50
else:
51
label = "Can't find your face"
52
53
-
return
label
54
55
56
50
else:
51
label = "Can't find your face"
52
53
+
return
frame_clone
54
55
56