sja820 commited on
Commit
e4c7268
·
verified ·
1 Parent(s): 4f748bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,5 +25,5 @@ def classify_img(img):
25
  # examples=['i.jpg', 'r.jpg','re.jpg']
26
 
27
 
28
- intf=gr.Interface(fn=classify_image,inputs=gr.Image(type=pil),outputs=gr.Label())
29
  intf.launch(inline=False)
 
25
  # examples=['i.jpg', 'r.jpg','re.jpg']
26
 
27
 
28
+ intf=gr.Interface(fn=classify_img,inputs=gr.Image(type="pil"),outputs=gr.Label())
29
  intf.launch(inline=False)