Mahbubur commited on
Commit
49f5c48
β€’
1 Parent(s): 84a2b28

sample file added

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def classify_img(img):
12
 
13
  image = gr.Image(shape=(192, 192))
14
  label = gr.Label()
15
- examples = []
16
 
17
  iface = gr.Interface(fn=classify_img, inputs=image, outputs=label, examples=examples)
18
  iface.launch()
 
12
 
13
  image = gr.Image(shape=(192, 192))
14
  label = gr.Label()
15
+ examples = ['ben-tiger.jpg', 'sib-tiger.jpg']
16
 
17
  iface = gr.Interface(fn=classify_img, inputs=image, outputs=label, examples=examples)
18
  iface.launch()