NKASG commited on
Commit
440597a
·
verified ·
1 Parent(s): a5cbc6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -63,8 +63,7 @@ def classify_image(img):
63
  iface = gr.Interface(
64
  fn=classify_image,
65
  inputs=gr.Image(),
66
- label = gr.Label(),
67
- outputs=label,
68
  title = title,
69
  examples = ['dress.jpg', 'shirt.jpg', 'pants.jpg', 'shorts.jpg'],
70
 
 
63
  iface = gr.Interface(
64
  fn=classify_image,
65
  inputs=gr.Image(),
66
+ outputs=gr.Textbox(),
 
67
  title = title,
68
  examples = ['dress.jpg', 'shirt.jpg', 'pants.jpg', 'shorts.jpg'],
69