Update app.py
Browse files
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="
|
| 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 |
|