ajoy0071998 commited on
Commit
2c0741e
·
verified ·
1 Parent(s): f8e6541

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -47,8 +47,9 @@ class_messages = {
47
  0: "Face is not visible",
48
  1: "Looking at the system",
49
  2: "Looking down",
50
- 3: "Looking left or right",
51
- 4: "Looking up"
 
52
  }
53
 
54
  # Function to count people using YOLOv5
 
47
  0: "Face is not visible",
48
  1: "Looking at the system",
49
  2: "Looking down",
50
+ 3: "Looking left",
51
+ 4: "Looking right",
52
+ 5:"Looking up"
53
  }
54
 
55
  # Function to count people using YOLOv5