Update app.py
Browse files
app.py
CHANGED
|
@@ -88,6 +88,8 @@ if uploaded_image:
|
|
| 88 |
thickness = 3
|
| 89 |
cv2.putText(blended_img, str(i), org, font, 1, color, thickness, cv2.LINE_AA)
|
| 90 |
|
|
|
|
|
|
|
| 91 |
# Display the final result
|
| 92 |
st.image(colorized_img, caption='Colorized Saliency Map', use_column_width=True)
|
| 93 |
st.image(blended_img, caption='Blended Image with Labels', use_column_width=True)
|
|
|
|
| 88 |
thickness = 3
|
| 89 |
cv2.putText(blended_img, str(i), org, font, 1, color, thickness, cv2.LINE_AA)
|
| 90 |
|
| 91 |
+
|
| 92 |
+
|
| 93 |
# Display the final result
|
| 94 |
st.image(colorized_img, caption='Colorized Saliency Map', use_column_width=True)
|
| 95 |
st.image(blended_img, caption='Blended Image with Labels', use_column_width=True)
|