samH98 commited on
Commit
dd3e8c6
·
1 Parent(s): c293e2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,7 +34,7 @@ iface = gr.Interface(
34
  inputs=gr.components.Image(type='pil', label="Input Image").style(height=280),
35
  outputs=[gr.components.Image(type='pil', label="Processed Image").style(height=280), gr.components.Textbox(label="Detected Cancer Type")],
36
  live=True,
37
- title="Lung Cancer Detection",
38
  description="The AI model was trained to detect the following types of lung cancer:\n"
39
  "1. Adenocarcinoma (A)\n"
40
  "2. Small Cell Carcinoma (B)\n"
@@ -43,7 +43,7 @@ iface = gr.Interface(
43
  "How to Use:\n"
44
  "1. Upload a CT scan image of a patient's lungs.\n"
45
  "2. The app will display the predicted type of lung cancer.",
46
- theme=gr.themes.Monochrome()
47
  )
48
 
49
  if __name__ == '__main__':
 
34
  inputs=gr.components.Image(type='pil', label="Input Image").style(height=280),
35
  outputs=[gr.components.Image(type='pil', label="Processed Image").style(height=280), gr.components.Textbox(label="Detected Cancer Type")],
36
  live=True,
37
+ title="Lung Cancer Detector ⚕️",
38
  description="The AI model was trained to detect the following types of lung cancer:\n"
39
  "1. Adenocarcinoma (A)\n"
40
  "2. Small Cell Carcinoma (B)\n"
 
43
  "How to Use:\n"
44
  "1. Upload a CT scan image of a patient's lungs.\n"
45
  "2. The app will display the predicted type of lung cancer.",
46
+ theme=gr.themes.Glass()
47
  )
48
 
49
  if __name__ == '__main__':