Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,6 @@ with row3_col5:
|
|
| 96 |
img_8 = ImageOps.exif_transpose(img_8)
|
| 97 |
st.image(img_8, use_column_width=True)
|
| 98 |
if st.button(f"Select Image ↑", key="button_8"):
|
| 99 |
-
uploaded_image = None
|
| 100 |
st.session_state.image = img_8
|
| 101 |
|
| 102 |
#####
|
|
|
|
| 96 |
img_8 = ImageOps.exif_transpose(img_8)
|
| 97 |
st.image(img_8, use_column_width=True)
|
| 98 |
if st.button(f"Select Image ↑", key="button_8"):
|
|
|
|
| 99 |
st.session_state.image = img_8
|
| 100 |
|
| 101 |
#####
|