kellyshreeve commited on
Commit
19ff9d3
·
verified ·
1 Parent(s): d0a8d34

Update app.py

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