Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ iface = gr.Interface(
|
|
| 35 |
inputs=gr.components.Image(type='pil', label="Input Image").style(height=280),
|
| 36 |
outputs=[gr.components.Image(type='pil', label="Processed Image").style(height=280), gr.components.Textbox(label="Detected Cancer Type")],
|
| 37 |
live=True,
|
| 38 |
-
title="Lung Cancer
|
| 39 |
description="The AI model was trained to detect the following types of lung cancer:\n"
|
| 40 |
"1. Adenocarcinoma (A)\n"
|
| 41 |
"2. Small Cell Carcinoma (B)\n"
|
|
|
|
| 35 |
inputs=gr.components.Image(type='pil', label="Input Image").style(height=280),
|
| 36 |
outputs=[gr.components.Image(type='pil', label="Processed Image").style(height=280), gr.components.Textbox(label="Detected Cancer Type")],
|
| 37 |
live=True,
|
| 38 |
+
title="Lung Cancer Detector ⚕️",
|
| 39 |
description="The AI model was trained to detect the following types of lung cancer:\n"
|
| 40 |
"1. Adenocarcinoma (A)\n"
|
| 41 |
"2. Small Cell Carcinoma (B)\n"
|