Rahulk2197 commited on
Commit
a8db5ec
·
verified ·
1 Parent(s): 08c52f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -61,7 +61,7 @@ if st.button('Process Images'):
61
  st.image(image, caption='Original Image', use_column_width=True)
62
 
63
  with col2:
64
- st.subheader("Retinal Mask")
65
- st.image(preprocessed_image, caption='Retinal Mask', use_column_width=True, clamp=True)
66
  else:
67
  st.warning("Please upload images before processing.")
 
61
  st.image(image, caption='Original Image', use_column_width=True)
62
 
63
  with col2:
64
+ st.subheader("Processed image")
65
+ st.image(preprocessed_image, caption='Image with Blood vessels extracted', use_column_width=True, clamp=True)
66
  else:
67
  st.warning("Please upload images before processing.")