shubham680 commited on
Commit
b992ea8
·
verified ·
1 Parent(s): dffa5ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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