Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ with gr.Blocks() as demo:
|
|
5 |
gr.Markdown("Brain Tumor Image classification")
|
6 |
gr.Markdown("We detect 4 Types of Tumor with 99.12% Accuracy:")
|
7 |
gr.Markdown("Glioma | Meningioma | No Tumor | Pituitary")
|
8 |
-
image_input = gr.Image(label='Tumor Image', type='filepath', height=
|
9 |
with gr.Row():
|
10 |
image_button = gr.Button("Predict")
|
11 |
y_pred = output = gr.Textbox(label="Tumor Type:")
|
|
|
5 |
gr.Markdown("Brain Tumor Image classification")
|
6 |
gr.Markdown("We detect 4 Types of Tumor with 99.12% Accuracy:")
|
7 |
gr.Markdown("Glioma | Meningioma | No Tumor | Pituitary")
|
8 |
+
image_input = gr.Image(label='Tumor Image', type='filepath', height=400)
|
9 |
with gr.Row():
|
10 |
image_button = gr.Button("Predict")
|
11 |
y_pred = output = gr.Textbox(label="Tumor Type:")
|