Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,8 +70,7 @@ def main():
|
|
70 |
stframe.image(image_bgr, channels='BGR')
|
71 |
|
72 |
# Break the loop if 'q' is pressed
|
73 |
-
|
74 |
-
break
|
75 |
|
76 |
cap.release()
|
77 |
cv2.destroyAllWindows()
|
|
|
70 |
stframe.image(image_bgr, channels='BGR')
|
71 |
|
72 |
# Break the loop if 'q' is pressed
|
73 |
+
|
|
|
74 |
|
75 |
cap.release()
|
76 |
cv2.destroyAllWindows()
|