Spaces:
Running
Running
ajoy0071998
commited on
Update app.py
Browse files
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
|
51 |
-
4: "Looking
|
|
|
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
|