Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ gr.Interface(fn=predict,
|
|
25 |
outputs=gr.Label(num_top_classes=5),
|
26 |
examples=EXAMPLES,
|
27 |
cache_examples=False,
|
28 |
-
title="
|
29 |
-
description="Recognize clothes in an image. [ViT-L/14](https://arxiv.org/abs/2010.11929) trained on 46 clothing categories from [DeepFashion](https://openaccess.thecvf.com/content_cvpr_2016/html/Liu_DeepFashion_Powering_Robust_CVPR_2016_paper.html) @
|
30 |
analytics_enabled=False,
|
31 |
).launch()
|
|
|
25 |
outputs=gr.Label(num_top_classes=5),
|
26 |
examples=EXAMPLES,
|
27 |
cache_examples=False,
|
28 |
+
title="Fashion Classification",
|
29 |
+
description="Recognize clothes in an image. [ViT-L/14](https://arxiv.org/abs/2010.11929) trained on 46 clothing categories from [DeepFashion](https://openaccess.thecvf.com/content_cvpr_2016/html/Liu_DeepFashion_Powering_Robust_CVPR_2016_paper.html) @ 76% Top-1 Accuracy and 92% [Top-3 Accuracy](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.top_k_accuracy_score.html) (many images show more than one clothing item).",
|
30 |
analytics_enabled=False,
|
31 |
).launch()
|