Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ iface = gr.Interface(
|
|
50 |
gr.JSON(label="Confidence Scores")
|
51 |
],
|
52 |
title="Alzheimer's Disease MRI Image Classifier",
|
53 |
-
description="Upload
|
54 |
)
|
55 |
|
56 |
iface.launch()
|
|
|
50 |
gr.JSON(label="Confidence Scores")
|
51 |
],
|
52 |
title="Alzheimer's Disease MRI Image Classifier",
|
53 |
+
description="Upload a MRI image to predict the stage of Alzheimer's disease."
|
54 |
)
|
55 |
|
56 |
iface.launch()
|