jrahn commited on
Commit
6beb7b8
·
1 Parent(s): 62252ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,6 +26,6 @@ gr.Interface(fn=predict,
26
  examples=EXAMPLES,
27
  cache_examples=False,
28
  title="Image 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]."
30
  analytics_enabled=False,
31
  ).launch()
 
26
  examples=EXAMPLES,
27
  cache_examples=False,
28
  title="Image 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].",
30
  analytics_enabled=False,
31
  ).launch()