7arunb commited on
Commit
6c222de
·
1 Parent(s): 751a308

Update app.py

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