Lee-Shang commited on
Commit
2911a7c
1 Parent(s): cb90e78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ with col1:
158
  image = Image.open(image_file)
159
  else:
160
  image = sahi.utils.cv.read_image_as_pil(IMAGE_TO_URL[slider])
161
- st.image(image, width=300)
162
 
163
 
164
 
 
158
  image = Image.open(image_file)
159
  else:
160
  image = sahi.utils.cv.read_image_as_pil(IMAGE_TO_URL[slider])
161
+ st.image(image, width=325)
162
 
163
 
164