Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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 |
|