itachi-ai commited on
Commit
99aa9d1
·
verified ·
1 Parent(s): 79de66f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=480)
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:")