Update app.py
Browse filesAdd a better description!
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="
|
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()
|