Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,10 +83,10 @@ if uploaded_file is not None:
|
|
| 83 |
|
| 84 |
|
| 85 |
|
| 86 |
-
st.download_button("Download File",img_rgb)
|
| 87 |
|
| 88 |
-
# Displaying image in streamlit
|
| 89 |
-
st.image(img_rgb, caption="Uploaded Image (OpenCV)", use_container_width=True)
|
| 90 |
|
| 91 |
|
| 92 |
|
|
|
|
| 83 |
|
| 84 |
|
| 85 |
|
| 86 |
+
#st.download_button("Download File",img_rgb)
|
| 87 |
|
| 88 |
+
# Displaying image in streamlit
|
| 89 |
+
st.image(img_rgb, caption="Uploaded Image (OpenCV)", use_container_width=True)
|
| 90 |
|
| 91 |
|
| 92 |
|