Spaces:
Runtime error
Runtime error
add a token
Browse files
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
|
|
|
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 |
|