Spaces:
Runtime error
Runtime error
re-wording
Browse files- pages/1_⭐️_Info.py +2 -2
pages/1_⭐️_Info.py
CHANGED
@@ -4,12 +4,12 @@ from utils.frontend import build_sidebar
|
|
4 |
build_sidebar()
|
5 |
|
6 |
st.markdown("""
|
7 |
-
# Better Image Retrieval With
|
8 |
|
9 |
|
10 |
CLIP is a neural network trained on image-text pairs that can predict how semantically close images are with some text
|
11 |
But, although CLIP understands what it sees, it doesn't know its properties. While other models can understand text that contains such information, like Wikipedia.
|
12 |
|
13 |
-
In this demo application, we see if we can 'help' CLIP
|
14 |
|
15 |
st.image("diagram.png")
|
|
|
4 |
build_sidebar()
|
5 |
|
6 |
st.markdown("""
|
7 |
+
# Better Image Retrieval With Retrieval-Augmented CLIP 🧠
|
8 |
|
9 |
|
10 |
CLIP is a neural network trained on image-text pairs that can predict how semantically close images are with some text
|
11 |
But, although CLIP understands what it sees, it doesn't know its properties. While other models can understand text that contains such information, like Wikipedia.
|
12 |
|
13 |
+
In this demo application, we see if we can 'help' CLIP with another model.""")
|
14 |
|
15 |
st.image("diagram.png")
|