Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,7 @@ def detect_video(video):
|
|
17 |
|
18 |
cap = cv2.VideoCapture(video_path) # Open the temporary video file
|
19 |
|
|
|
20 |
# List to hold results
|
21 |
detection_results = []
|
22 |
|
|
|
17 |
|
18 |
cap = cv2.VideoCapture(video_path) # Open the temporary video file
|
19 |
|
20 |
+
|
21 |
# List to hold results
|
22 |
detection_results = []
|
23 |
|