SocialAI commited on
Commit
adf31a0
·
verified ·
1 Parent(s): 02f00ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ with gr.Blocks() as demo:
12
  gr.Markdown("# Lung Cancer Classifier")
13
  with gr.Row():
14
  with gr.Column():
15
- input_image = gr.Image(shape=(224,224), label="Input Image", type="pil")
16
  submit_btn = gr.Button("Detect Cancer")
17
  with gr.Column():
18
  output_text = gr.Textbox(label="Model Results")
 
12
  gr.Markdown("# Lung Cancer Classifier")
13
  with gr.Row():
14
  with gr.Column():
15
+ input_image = gr.Image(label="Input Image", type="pil")
16
  submit_btn = gr.Button("Detect Cancer")
17
  with gr.Column():
18
  output_text = gr.Textbox(label="Model Results")