fconti commited on
Commit
51a04c1
1 Parent(s): 7515284

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,5 +19,5 @@ description = "A prototype bear classifier developed with fastaiwith images from
19
  examples = [r'examples/grizzly_bear.jpg']
20
 
21
 
22
- demo = gr.Interface(fn=predict, inputs="image", outputs="label")
23
  demo.launch()
 
19
  examples = [r'examples/grizzly_bear.jpg']
20
 
21
 
22
+ demo = gr.Interface(fn=predict, inputs="image", outputs="label", examples=examples)
23
  demo.launch()