Spaces:
Build error
Build error
Sujit Pal
commited on
Commit
•
4a841d0
1
Parent(s):
3c96867
fix: move text around
Browse files
app.py
CHANGED
@@ -15,11 +15,11 @@ st.sidebar.image("thumbnail.jpg")
|
|
15 |
st.sidebar.markdown("""
|
16 |
We have fine-tuned the CLIP model (see [Model card](https://huggingface.co/flax-community/clip-rsicd-v2))
|
17 |
using remote sensing images and captions from the [RSICD dataset](https://github.com/201528014227051/RSICD_optimal).
|
18 |
-
|
|
|
|
|
|
|
19 |
|
20 |
-
The CLIP model from OpenAI is trained in a self-supervised manner using
|
21 |
-
contrastive learning to project images and caption text onto a common
|
22 |
-
embedding space.
|
23 |
""")
|
24 |
selection = st.sidebar.radio("Go to", list(PAGES.keys()))
|
25 |
page = PAGES[selection]
|
|
|
15 |
st.sidebar.markdown("""
|
16 |
We have fine-tuned the CLIP model (see [Model card](https://huggingface.co/flax-community/clip-rsicd-v2))
|
17 |
using remote sensing images and captions from the [RSICD dataset](https://github.com/201528014227051/RSICD_optimal).
|
18 |
+
The CLIP model from OpenAI is trained in a self-supervised manner using contrastive learning to project images
|
19 |
+
and caption text onto a common embedding space.
|
20 |
+
|
21 |
+
Please click here for [more information about our project](https://github.com/arampacha/CLIP-rsicd).
|
22 |
|
|
|
|
|
|
|
23 |
""")
|
24 |
selection = st.sidebar.radio("Go to", list(PAGES.keys()))
|
25 |
page = PAGES[selection]
|