7arunb commited on
Commit
cb56fe4
·
1 Parent(s): 62feb1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,6 +21,6 @@ label = gr.outputs.Label()
21
 
22
  #examples = ['cheetah.jpg','leopard.jpg','img.jpg']
23
 
24
- intf = gr.Interface(fn = classify_img, inputs=image,outputs=label,examples = examples)
25
 
26
  intf.launch()
 
21
 
22
  #examples = ['cheetah.jpg','leopard.jpg','img.jpg']
23
 
24
+ intf = gr.Interface(fn = classify_img, inputs=image,outputs=label)
25
 
26
  intf.launch()