niclan commited on
Commit
d7e00b2
1 Parent(s): b0f2d4d

Add an example

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. example.jpg +0 -0
app.py CHANGED
@@ -21,7 +21,7 @@ image = gr.Image()
21
  label = gr.Label()
22
 
23
  # Upload your own images and link them
24
- examples = ['basset.jpg']
25
 
26
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
27
  intf.launch()
 
21
  label = gr.Label()
22
 
23
  # Upload your own images and link them
24
+ examples = ['example.jpg']
25
 
26
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
27
  intf.launch()
example.jpg ADDED