Spaces:
Sleeping
Sleeping
test
Browse files
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 |
|