Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -63,8 +63,7 @@ def classify_image(img):
|
|
63 |
iface = gr.Interface(
|
64 |
fn=classify_image,
|
65 |
inputs=gr.Image(),
|
66 |
-
|
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 |
|