Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,9 +57,15 @@ demo = gr.Interface(
|
|
| 57 |
outputs=gr.Textbox(label="Predicted Category"),
|
| 58 |
title="Clothing Image Classifier",
|
| 59 |
description="Upload an image to classify its clothing category.",
|
| 60 |
-
|
| 61 |
["examples/83.jpg"],
|
| 62 |
-
["examples/48.jpg"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
]
|
| 64 |
)
|
| 65 |
|
|
|
|
| 57 |
outputs=gr.Textbox(label="Predicted Category"),
|
| 58 |
title="Clothing Image Classifier",
|
| 59 |
description="Upload an image to classify its clothing category.",
|
| 60 |
+
examples=[
|
| 61 |
["examples/83.jpg"],
|
| 62 |
+
["examples/48.jpg"],
|
| 63 |
+
["examples/74.jpg"],
|
| 64 |
+
["examples/147.jpg"],
|
| 65 |
+
["examples/148.jpg"],
|
| 66 |
+
["examples/525.jpg"],
|
| 67 |
+
["examples/325.jpg"],
|
| 68 |
+
["examples/550.jpg"]
|
| 69 |
]
|
| 70 |
)
|
| 71 |
|