Spaces:
Sleeping
Sleeping
UmairMirza
commited on
Commit
·
3169240
1
Parent(s):
e2a3ddd
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def Attandance(text,video,image):
|
|
80 |
|
81 |
cv2.waitKey(1)
|
82 |
except:
|
83 |
-
|
84 |
return ' '.join(names)
|
85 |
|
86 |
demo=gr.Interface(fn=Attandance,
|
|
|
80 |
|
81 |
cv2.waitKey(1)
|
82 |
except:
|
83 |
+
pass
|
84 |
return ' '.join(names)
|
85 |
|
86 |
demo=gr.Interface(fn=Attandance,
|