JaredBailey commited on
Commit
f98c0c0
·
verified ·
1 Parent(s): b11e9a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/test/"
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)