matjarm commited on
Commit
dbffd62
·
1 Parent(s): 7afbc44
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -36,6 +36,8 @@ def process_video(video_path):
36
  while success:
37
  success, frame = vidObj.read()
38
  print("LOGY")
 
 
39
  if not success:
40
  break
41
 
 
36
  while success:
37
  success, frame = vidObj.read()
38
  print("LOGY")
39
+ print(success)
40
+ print(frame)
41
  if not success:
42
  break
43