samH98 commited on
Commit
d37f103
·
1 Parent(s): c3b7cfb

Update app.py

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