zhawszenthen commited on
Commit
c2d1e0b
1 Parent(s): da28b1b
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ def predict_image(image):
23
  iface = gr.Interface(
24
  fn=predict_image,
25
  inputs=gr.Image(),
26
- outputs=gr.Label(num_top_classes=10),
27
- title="Sentinel Image Classifier",
28
  description="Upload your MRI image and the model will predict, if there's a tumor present"
29
 
30
  )
 
23
  iface = gr.Interface(
24
  fn=predict_image,
25
  inputs=gr.Image(),
26
+ outputs=gr.Label(num_top_classes=4),
27
+ title="MRI Tumor Classifier",
28
  description="Upload your MRI image and the model will predict, if there's a tumor present"
29
 
30
  )