Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ if f is not None:
|
|
| 33 |
|
| 34 |
while True:
|
| 35 |
# Read the next fram
|
| 36 |
-
|
| 37 |
ret, frame = cap.read()
|
| 38 |
|
| 39 |
# Break the loop if the video is over
|
|
@@ -57,4 +57,4 @@ if f is not None:
|
|
| 57 |
# Release the video capture object
|
| 58 |
cap.release()
|
| 59 |
|
| 60 |
-
|
|
|
|
| 33 |
|
| 34 |
while True:
|
| 35 |
# Read the next fram
|
| 36 |
+
|
| 37 |
ret, frame = cap.read()
|
| 38 |
|
| 39 |
# Break the loop if the video is over
|
|
|
|
| 57 |
# Release the video capture object
|
| 58 |
cap.release()
|
| 59 |
|
| 60 |
+
st.write(out)
|