Spaces:
Runtime error
Runtime error
Commit
·
3ac1bb0
1
Parent(s):
b64c69e
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,4 @@ if st.button("Start detection and Tracking") :
|
|
140 |
frame = cv2.cvtColor( frame , cv2.COLOR_BGR2RGB)
|
141 |
frame_window.image(frame)
|
142 |
else:
|
143 |
-
break
|
144 |
-
#out.release()
|
145 |
-
cap.release()
|
146 |
-
cv2.destroyAllWindows()
|
|
|
140 |
frame = cv2.cvtColor( frame , cv2.COLOR_BGR2RGB)
|
141 |
frame_window.image(frame)
|
142 |
else:
|
143 |
+
break
|
|
|
|
|
|