Update app.py
Browse filesChange the description and the title.
app.py
CHANGED
@@ -10,6 +10,6 @@ demo = gr.Interface(
|
|
10 |
fn=classify_image,
|
11 |
inputs=gr.Image(),
|
12 |
outputs=gr.Label(num_top_classes=4),
|
13 |
-
title="
|
14 |
-
description="
|
15 |
demo.launch()
|
|
|
10 |
fn=classify_image,
|
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()
|