Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,6 @@ st.subheader("Hold your face in front of the webcam to see real-time detection."
|
|
14 |
image = camera_input_live()
|
15 |
|
16 |
if image is not None:
|
17 |
-
# Display the captured image
|
18 |
-
st.image(image, caption="Live Camera Input", use_container_width=True)
|
19 |
|
20 |
# Convert the image to OpenCV format
|
21 |
bytes_data = image.getvalue()
|
|
|
14 |
image = camera_input_live()
|
15 |
|
16 |
if image is not None:
|
|
|
|
|
17 |
|
18 |
# Convert the image to OpenCV format
|
19 |
bytes_data = image.getvalue()
|