Spaces:
Running
on
Zero
Running
on
Zero
amirgame197
commited on
Commit
•
7ba86ec
1
Parent(s):
23895f6
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def doo(video):
|
|
26 |
if ret is False:
|
27 |
break
|
28 |
|
29 |
-
if time.time() - start_time >=
|
30 |
print("GPU Timeout is coming")
|
31 |
cap.release()
|
32 |
writer.release()
|
|
|
26 |
if ret is False:
|
27 |
break
|
28 |
|
29 |
+
if time.time() - start_time >= 6:
|
30 |
print("GPU Timeout is coming")
|
31 |
cap.release()
|
32 |
writer.release()
|