Spaces:
Running
on
Zero
Running
on
Zero
amirgame197
commited on
Commit
•
9e316d0
1
Parent(s):
6015db0
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ 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 |
+
#print('Starting on mode: ' + mode)
|
24 |
|
25 |
while cap.isOpened():
|
26 |
ret, frame = cap.read()
|