7arunb commited on
Commit
868bf91
·
1 Parent(s): 7bae816

Update app.py

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