Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ interface = gr.Interface(
|
|
| 60 |
inputs=gr.Image(type="filepath"), # Simple Image input
|
| 61 |
outputs=gr.Textbox(label="Predicted Clothing1M Class"),
|
| 62 |
title="Clothing1M Classifier",
|
| 63 |
-
description="Upload an image of clothing to classify it into one of 14 categories."
|
| 64 |
examples=example_images
|
| 65 |
|
| 66 |
)
|
|
|
|
| 60 |
inputs=gr.Image(type="filepath"), # Simple Image input
|
| 61 |
outputs=gr.Textbox(label="Predicted Clothing1M Class"),
|
| 62 |
title="Clothing1M Classifier",
|
| 63 |
+
description="Upload an image of clothing to classify it into one of 14 categories.",
|
| 64 |
examples=example_images
|
| 65 |
|
| 66 |
)
|