devadethanr commited on
Commit
2a631c5
·
verified ·
1 Parent(s): 72a3763

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 an MRI image to predict the stage of Alzheimer's disease."
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()