Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,8 @@ emotion_label_dict = {
|
|
16 |
4: 'fear',
|
17 |
}
|
18 |
|
|
|
|
|
19 |
# Function to detect faces in an image
|
20 |
def detect_face(image):
|
21 |
img =image
|
|
|
16 |
4: 'fear',
|
17 |
}
|
18 |
|
19 |
+
|
20 |
+
|
21 |
# Function to detect faces in an image
|
22 |
def detect_face(image):
|
23 |
img =image
|