aalst commited on
Commit
0382a9a
1 Parent(s): b58b542

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def classify_image(img):
18
  image_input = gr.components.Image()
19
  label_output = gr.components.Label()
20
 
21
- examples = [f"assets/{fn}" for fn in ["bergen.jpg", "oslo.jpg", "newyork.jpg"]]
22
 
23
  iface = gr.Interface(
24
  fn=classify_image,
 
18
  image_input = gr.components.Image()
19
  label_output = gr.components.Label()
20
 
21
+ examples = ["bergen.jpg", "oslo.jpg", "newyork.jpg"]
22
 
23
  iface = gr.Interface(
24
  fn=classify_image,