Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,8 @@ iface = gr.Interface(
|
|
| 59 |
outputs=gr.Label(num_top_classes=2),
|
| 60 |
title="Pneumonia Detection from X-ray",
|
| 61 |
description="Upload a chest X-ray image and the model will predict Normal or Pneumonia with confidence.",
|
| 62 |
-
theme=gr.themes.Soft()
|
|
|
|
| 63 |
)
|
| 64 |
|
| 65 |
iface.launch()
|
|
|
|
| 59 |
outputs=gr.Label(num_top_classes=2),
|
| 60 |
title="Pneumonia Detection from X-ray",
|
| 61 |
description="Upload a chest X-ray image and the model will predict Normal or Pneumonia with confidence.",
|
| 62 |
+
theme=gr.themes.Soft(),
|
| 63 |
+
examples=['examples/infection.jpeg','examples/normal.jpeg']
|
| 64 |
)
|
| 65 |
|
| 66 |
iface.launch()
|