arman-aminian commited on
Commit
57262c8
1 Parent(s): e4c86b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -60,7 +60,6 @@ The thing about this model is that it searches for you among the raw photos and
60
  - For example, you can search in Farsi in your phone's photo gallery
61
  - When you are writing a blog or any text, you can put related photos between your texts. In this way, you give the paragraph for which you want a photo to the model, so that it will find a photo related to it for you
62
  Note: We used a small collection (25 thousand) of images to keep this program real-time, but obviously the quality of the image search depends heavily on the size of the image database and this version is just an initial demo to familiarize you with the model.
63
- We have taught the model that this browser is using, and you can see its repository [here](https://github.com/NLP-Final-Projects/image-search).
64
  ''')
65
  _, c, _ = st.columns((1, 3, 1))
66
  query = c.text_input('Search here')
 
60
  - For example, you can search in Farsi in your phone's photo gallery
61
  - When you are writing a blog or any text, you can put related photos between your texts. In this way, you give the paragraph for which you want a photo to the model, so that it will find a photo related to it for you
62
  Note: We used a small collection (25 thousand) of images to keep this program real-time, but obviously the quality of the image search depends heavily on the size of the image database and this version is just an initial demo to familiarize you with the model.
 
63
  ''')
64
  _, c, _ = st.columns((1, 3, 1))
65
  query = c.text_input('Search here')