Spaces:
Runtime error
Runtime error
AkshatJain1402
commited on
Commit
•
5f0de3f
1
Parent(s):
840a1e1
Update app.py
Browse files
app.py
CHANGED
@@ -156,8 +156,8 @@ while True:
|
|
156 |
cv2.putText(img, str(entry_count), (110, 245), cv2.FONT_HERSHEY_PLAIN, 5, (50, 50, 230), 7)
|
157 |
print('count is ', entry_count)
|
158 |
print(dict)
|
159 |
-
cv2.imshow("Image", img)
|
160 |
-
cv2.waitKey(1)
|
161 |
print(entry_count)
|
162 |
# collection.update_one({"id":"826587"},
|
163 |
# {"$set": {
|
|
|
156 |
cv2.putText(img, str(entry_count), (110, 245), cv2.FONT_HERSHEY_PLAIN, 5, (50, 50, 230), 7)
|
157 |
print('count is ', entry_count)
|
158 |
print(dict)
|
159 |
+
#cv2.imshow("Image", img)
|
160 |
+
#cv2.waitKey(1)
|
161 |
print(entry_count)
|
162 |
# collection.update_one({"id":"826587"},
|
163 |
# {"$set": {
|