Spaces:
Runtime error
Runtime error
bug fix
Browse files- application.py +1 -1
application.py
CHANGED
|
@@ -16,7 +16,7 @@ demo = gradio.Interface(
|
|
| 16 |
inputs=gradio.inputs.Image(label="Upload lung x-ray image", type="filepath"),
|
| 17 |
outputs=gradio.outputs.Label(num_top_classes=2),
|
| 18 |
title="Pneumonia Probability",
|
| 19 |
-
examples = ["examples/xray1.png", "examples/xray2.
|
| 20 |
)
|
| 21 |
|
| 22 |
demo.launch()
|
|
|
|
| 16 |
inputs=gradio.inputs.Image(label="Upload lung x-ray image", type="filepath"),
|
| 17 |
outputs=gradio.outputs.Label(num_top_classes=2),
|
| 18 |
title="Pneumonia Probability",
|
| 19 |
+
examples = ["examples/xray1.png", "examples/xray2.jpg"]
|
| 20 |
)
|
| 21 |
|
| 22 |
demo.launch()
|