Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,6 +73,7 @@ def predict_and_plot(input_img):
|
|
| 73 |
gradio_app = Interface(
|
| 74 |
fn=predict_and_plot,
|
| 75 |
inputs=Image(label="Upload an Image", type="pil"),
|
|
|
|
| 76 |
outputs=Label(num_top_classes=10),
|
| 77 |
title="Predict the Location of this Image"
|
| 78 |
)
|
|
|
|
| 73 |
gradio_app = Interface(
|
| 74 |
fn=predict_and_plot,
|
| 75 |
inputs=Image(label="Upload an Image", type="pil"),
|
| 76 |
+
examples=["GB.PNG", "IT.PNG","NL.PNG","NZ.PNG"],
|
| 77 |
outputs=Label(num_top_classes=10),
|
| 78 |
title="Predict the Location of this Image"
|
| 79 |
)
|