Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ if file is not None:
|
|
28 |
img = Image.open(file)
|
29 |
|
30 |
# Display uploaded image with center alignment
|
31 |
-
st.image(img, caption='Uploaded Image'
|
32 |
|
33 |
# Process the image and make predictions
|
34 |
image = process_image(img)
|
|
|
28 |
img = Image.open(file)
|
29 |
|
30 |
# Display uploaded image with center alignment
|
31 |
+
st.image(img, caption='Uploaded Image')
|
32 |
|
33 |
# Process the image and make predictions
|
34 |
image = process_image(img)
|