paudelanil commited on
Commit
df27f53
·
verified ·
1 Parent(s): 9794e2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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