Update app.py
Browse files
app.py
CHANGED
|
@@ -51,11 +51,8 @@ if uploaded_image is not None:
|
|
| 51 |
# Preprocess the image
|
| 52 |
image = preprocess_image(
|
| 53 |
Image.open(
|
| 54 |
-
|
| 55 |
-
uploaded_image
|
| 56 |
-
)
|
| 57 |
)
|
| 58 |
-
|
| 59 |
)
|
| 60 |
|
| 61 |
# Fetch the model
|
|
|
|
| 51 |
# Preprocess the image
|
| 52 |
image = preprocess_image(
|
| 53 |
Image.open(
|
| 54 |
+
uploaded_image
|
|
|
|
|
|
|
| 55 |
)
|
|
|
|
| 56 |
)
|
| 57 |
|
| 58 |
# Fetch the model
|