TashiKP commited on
Commit
0469c68
·
verified ·
1 Parent(s): 0689fbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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