Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ with row1_col2:
|
|
| 48 |
_, row2_col2, row2_col3, row2_col4, row2_col5, _ = st.columns([8,3,3,3,3,8])
|
| 49 |
_, row3_col2, row3_col3, row3_col4, row3_col5, _ = st.columns([8,3,3,3,3,8])
|
| 50 |
|
| 51 |
-
image_path = "/home/user/app/
|
| 52 |
with row2_col2:
|
| 53 |
img_1 = Image.open(image_path + "IMG_5356.JPG")
|
| 54 |
img_1 = ImageOps.exif_transpose(img_1)
|
|
|
|
| 48 |
_, row2_col2, row2_col3, row2_col4, row2_col5, _ = st.columns([8,3,3,3,3,8])
|
| 49 |
_, row3_col2, row3_col3, row3_col4, row3_col5, _ = st.columns([8,3,3,3,3,8])
|
| 50 |
|
| 51 |
+
image_path = "/home/user/app/test_images/"
|
| 52 |
with row2_col2:
|
| 53 |
img_1 = Image.open(image_path + "IMG_5356.JPG")
|
| 54 |
img_1 = ImageOps.exif_transpose(img_1)
|