Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -195,7 +195,9 @@ if st.session_state.screen == 2:
|
|
| 195 |
st.session_state.tiles = tile_image(image=st.session_state.image, tile_size=640, overlap=40)
|
| 196 |
|
| 197 |
with row5_col2:
|
| 198 |
-
st.image(st.session_state.image, use_column_width=True)
|
|
|
|
|
|
|
| 199 |
|
| 200 |
with row5_col3:
|
| 201 |
# navigation
|
|
|
|
| 195 |
st.session_state.tiles = tile_image(image=st.session_state.image, tile_size=640, overlap=40)
|
| 196 |
|
| 197 |
with row5_col2:
|
| 198 |
+
# st.image(st.session_state.image, use_column_width=True)
|
| 199 |
+
st.session_state.boxed_image = cv2.imread(st.session_state.image)
|
| 200 |
+
st.image(st.session_state.boxed_image, use_column_width=True)
|
| 201 |
|
| 202 |
with row5_col3:
|
| 203 |
# navigation
|