Elena
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks(css=css) as interface:
|
|
68 |
|
69 |
with gr.Row():
|
70 |
image_input = gr.Image(label="Drop Image Here", type="pil", elem_classes=["gr-image", "gr-box-text"])
|
71 |
-
output = gr.Textbox(label="
|
72 |
|
73 |
submit_btn = gr.Button("Classify X-ray", elem_classes=["gr-button"])
|
74 |
submit_btn.click(fn=predict, inputs=image_input, outputs=output)
|
|
|
68 |
|
69 |
with gr.Row():
|
70 |
image_input = gr.Image(label="Drop Image Here", type="pil", elem_classes=["gr-image", "gr-box-text"])
|
71 |
+
output = gr.Textbox(label="Model Analysis Output", elem_classes=["gr-textbox", "gr-box-text"])
|
72 |
|
73 |
submit_btn = gr.Button("Classify X-ray", elem_classes=["gr-button"])
|
74 |
submit_btn.click(fn=predict, inputs=image_input, outputs=output)
|