Update app.py
Browse files
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("
|
65 |
-
st.image(preprocessed_image, caption='
|
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.")
|