anabury commited on
Commit
ba7dce9
·
verified ·
1 Parent(s): f941adb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ interface = gr.Interface(
53
  fn=predict_xray,
54
  inputs=gr.Image(type="pil"),
55
  outputs="text",
56
- title="Chest X-Ray Pneumonia Classifier",
57
  description="Upload a chest X-ray to get a detailed preliminary report and first-aid recommendations."
58
  )
59
 
 
53
  fn=predict_xray,
54
  inputs=gr.Image(type="pil"),
55
  outputs="text",
56
+ title="Pneumonia Detector, Analyser and What to do",
57
  description="Upload a chest X-ray to get a detailed preliminary report and first-aid recommendations."
58
  )
59