robocan commited on
Commit
4bff22f
·
verified ·
1 Parent(s): 8b23114

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  )