Sujit Pal commited on
Commit
3c96867
1 Parent(s): abdd4f8

fix: add captions

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ st.sidebar.title("CLIP-RSICD")
14
  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 from the [RSICD dataset](https://github.com/201528014227051/RSICD_optimal).
18
  Click here for [more information about our project](https://github.com/arampacha/CLIP-rsicd).
19
 
20
  The CLIP model from OpenAI is trained in a self-supervised manner using
 
14
  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
  Click here for [more information about our project](https://github.com/arampacha/CLIP-rsicd).
19
 
20
  The CLIP model from OpenAI is trained in a self-supervised manner using