Spaces:
Running
Running
Commit
·
f68d7ec
1
Parent(s):
50611a5
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def Attandance(text,video,image):
|
|
39 |
while True:
|
40 |
try:
|
41 |
if framecount>4:
|
42 |
-
|
43 |
else:
|
44 |
framecount=framecount+1
|
45 |
ret, frame = cap.read()
|
|
|
39 |
while True:
|
40 |
try:
|
41 |
if framecount>4:
|
42 |
+
break
|
43 |
else:
|
44 |
framecount=framecount+1
|
45 |
ret, frame = cap.read()
|