kellyshreeve commited on
Commit
c79a60f
·
verified ·
1 Parent(s): d8ab34c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def predict(img):
12
 
13
  title = 'Natural Landscape Classifier'
14
 
15
- examples = 'farm.png'
16
 
17
  iface = gr.Interface(fn=predict,
18
  inputs=gr.Image(type='pil'),
 
12
 
13
  title = 'Natural Landscape Classifier'
14
 
15
+ examples = ['farm.jpg']
16
 
17
  iface = gr.Interface(fn=predict,
18
  inputs=gr.Image(type='pil'),