Shresht-Venkat commited on
Commit
f9f3655
·
verified ·
1 Parent(s): db5e644

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def classify_image(img):
16
 
17
  #image = gr.input.Image(shape = (192,192))
18
  #label = gr.outputs.Label()
19
- examples = ['dog.jpg', 'cat.jpg', 'dunno.jpg']
20
 
21
 
22
  intf = gr.Interface(fn= classify_image, inputs= gr.Image() , outputs= gr.Label(), examples = examples)
 
16
 
17
  #image = gr.input.Image(shape = (192,192))
18
  #label = gr.outputs.Label()
19
+ examples = ['dog.jpg']
20
 
21
 
22
  intf = gr.Interface(fn= classify_image, inputs= gr.Image() , outputs= gr.Label(), examples = examples)