cahya commited on
Commit
b49a705
1 Parent(s): 66eca30

add a token

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -113,7 +113,8 @@ st.markdown(
113
  [Huggingface JAX/Flax event](https://discuss.huggingface.co/t/open-to-the-community-community-week-using-jax-flax-for-nlp-cv/).
114
 
115
  The demo supports "multi language" ;-), feel free to try a prompt on your language. We are also experimenting with
116
- the sentence based image search using Wikipedia passages encoded with distillbert, and search it using Faiss.
 
117
  """
118
  )
119
 
 
113
  [Huggingface JAX/Flax event](https://discuss.huggingface.co/t/open-to-the-community-community-week-using-jax-flax-for-nlp-cv/).
114
 
115
  The demo supports "multi language" ;-), feel free to try a prompt on your language. We are also experimenting with
116
+ the sentence based image search using Wikipedia passages encoded with distillbert, and search the encoded sentence
117
+ in the encoded passages using Facebook's Faiss.
118
  """
119
  )
120