Spaces:
Running
on
Zero
Running
on
Zero
amirgame197
commited on
Commit
•
5d213bc
1
Parent(s):
9e316d0
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,6 @@ def doo(video, mode):
|
|
20 |
|
21 |
processed_frames = 0
|
22 |
start_time = time.time()
|
23 |
-
#print('Starting on mode: ' + mode)
|
24 |
|
25 |
while cap.isOpened():
|
26 |
ret, frame = cap.read()
|
|
|
20 |
|
21 |
processed_frames = 0
|
22 |
start_time = time.time()
|
|
|
23 |
|
24 |
while cap.isOpened():
|
25 |
ret, frame = cap.read()
|