Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
| 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")
|