Spaces:
Runtime error
Runtime error
Commit
·
5bd79e3
1
Parent(s):
7c4311e
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ def Attandance(video):
|
|
| 58 |
cv2.waitKey(1)
|
| 59 |
except:
|
| 60 |
break
|
| 61 |
-
return ' '.join(
|
| 62 |
|
| 63 |
demo=gr.Interface(fn=Attandance,
|
| 64 |
inputs="video",
|
|
|
|
| 58 |
cv2.waitKey(1)
|
| 59 |
except:
|
| 60 |
break
|
| 61 |
+
return ' '.join(names)
|
| 62 |
|
| 63 |
demo=gr.Interface(fn=Attandance,
|
| 64 |
inputs="video",
|