sensei-ml commited on
Commit
0e98499
1 Parent(s): 106c722

Update app.py

Browse files

Add a better description!

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,5 +11,5 @@ demo = gr.Interface(
11
  inputs=gr.Image(),
12
  outputs=gr.Label(num_top_classes=4),
13
  title="Brain tumor image MRI classification",
14
- description="CNN Keras model to classify brain MRI images in 4 categories: Glioma, Meningioma, Pituitary and No tumor. AI model and interface made by Eng. Michael Leonardo Aguas",)
15
  demo.launch()
 
11
  inputs=gr.Image(),
12
  outputs=gr.Label(num_top_classes=4),
13
  title="Brain tumor image MRI classification",
14
+ description="Convolutional neural network proprietary model made in Keras to classify brain MRI images in 4 categories: Glioma, Meningioma, Pituitary and No tumor. AI model and interface built by Eng. Michael Leonardo Aguas.",)
15
  demo.launch()