Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ def preprocess_image(image_path):
|
|
169 |
return img
|
170 |
|
171 |
# Path to the image
|
172 |
-
img_path = '
|
173 |
|
174 |
# Preprocess the image
|
175 |
img_array = preprocess_image(img_path)
|
|
|
169 |
return img
|
170 |
|
171 |
# Path to the image
|
172 |
+
img_path = 'archive/dataset/covid/01E392EE-69F9-4E33-BFCE-E5C968654078.jpeg'
|
173 |
|
174 |
# Preprocess the image
|
175 |
img_array = preprocess_image(img_path)
|