Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ if image_file:
|
|
| 14 |
# Convert image to OpenCV format
|
| 15 |
img = Image.open(image_file)
|
| 16 |
img = np.array(img) # Convert to NumPy array
|
| 17 |
-
|
| 18 |
|
| 19 |
# Show the captured image
|
| 20 |
-
st.image(img, caption="Captured Image"
|
|
|
|
| 14 |
# Convert image to OpenCV format
|
| 15 |
img = Image.open(image_file)
|
| 16 |
img = np.array(img) # Convert to NumPy array
|
| 17 |
+
|
| 18 |
|
| 19 |
# Show the captured image
|
| 20 |
+
st.image(img, caption="Captured Image")
|