Pushp123 commited on
Commit
f93d8dd
·
verified ·
1 Parent(s): 7ffa6cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ def preprocess_image(image_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)
 
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)