Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,8 +100,8 @@ if uploaded_file is not None:
|
|
| 100 |
|
| 101 |
#st.download_button("Download File",img_rgb)
|
| 102 |
|
| 103 |
-
# Displaying image in streamlit
|
| 104 |
-
st.image(img_rgb, caption="Uploaded Image (OpenCV)", use_container_width=True)
|
| 105 |
|
| 106 |
|
| 107 |
|
|
|
|
| 100 |
|
| 101 |
#st.download_button("Download File",img_rgb)
|
| 102 |
|
| 103 |
+
# # Displaying image in streamlit
|
| 104 |
+
# st.image(img_rgb, caption="Uploaded Image (OpenCV)", use_container_width=True)
|
| 105 |
|
| 106 |
|
| 107 |
|