dewifaj commited on
Commit
6616b1a
1 Parent(s): 3e0c2ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def alz_mri_classification(image):
8
  score = prediction['score']
9
  label = prediction['label']
10
  return {"score": score, "label": label}
11
- example_image_paths = ["example_image1.jpg", "example_image2.jpg", "example_image3.jpg", "example_image4.jpg"]
12
 
13
  image_input = gr.Image(type="pil", label="Upload Image")
14
  iface = gr.Interface(fn=alz_mri_classification,
 
8
  score = prediction['score']
9
  label = prediction['label']
10
  return {"score": score, "label": label}
11
+ example_image_paths = ["Very_Mild_Demented.png", "Mild_Demented.png", "Moderate_Demented.png", "Non_Demented.png"]
12
 
13
  image_input = gr.Image(type="pil", label="Upload Image")
14
  iface = gr.Interface(fn=alz_mri_classification,