Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,6 @@ image_input = gr.Image(type="pil", label="Upload Image")
|
|
14 |
iface = gr.Interface(fn=alz_mri_classification,
|
15 |
inputs=image_input,
|
16 |
outputs="json",
|
17 |
-
|
18 |
title="Alzheimer Recognition from MRI")
|
19 |
iface.launch()
|
|
|
14 |
iface = gr.Interface(fn=alz_mri_classification,
|
15 |
inputs=image_input,
|
16 |
outputs="json",
|
17 |
+
examples=[example_image_paths],
|
18 |
title="Alzheimer Recognition from MRI")
|
19 |
iface.launch()
|