vinid commited on
Commit
06840a4
·
1 Parent(s): 22b4434

update text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ st.sidebar.write("* 📚 [HuggingFace Weights](https://huggingface.co/patrickjoh
20
 
21
  st.write("# FashionCLIP. A Foundation Model for Fashion.")
22
  st.write("This web app uses FashionCLIP to find clothing items based on a query of the item you want to find.")
23
- st.write("The model is going to find the most similar item to your query, given a list of 5000 items that have been released [here](https://github.com/alexeygrigorev/clothing-dataset).")
24
  st.write("Note that some queries might not return anything useful. This could be both due to model's limitation or to the fact that the item you are looking for is missing from the collection.")
25
  st.write("You can find more about FashionCLIP on the [repo](https://github.com/patrickjohncyh/fashion-clip) or on our [paper](https://www.nature.com/articles/s41598-022-23052-9)")
26
  @st.cache_resource
 
20
 
21
  st.write("# FashionCLIP. A Foundation Model for Fashion.")
22
  st.write("This web app uses FashionCLIP to find clothing items based on a query of the item you want to find.")
23
+ st.write("The model is going to find the most similar item to your query, given a list of 5000 items that have been released by Alexey Grigorev [here](https://github.com/alexeygrigorev/clothing-dataset).")
24
  st.write("Note that some queries might not return anything useful. This could be both due to model's limitation or to the fact that the item you are looking for is missing from the collection.")
25
  st.write("You can find more about FashionCLIP on the [repo](https://github.com/patrickjohncyh/fashion-clip) or on our [paper](https://www.nature.com/articles/s41598-022-23052-9)")
26
  @st.cache_resource