arman-aminian commited on
Commit
6f596fb
1 Parent(s): c1c0b74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -61,6 +61,9 @@ The thing about this model is that it searches for you among the raw photos and
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')
 
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
+ # MEMBERS
66
+ Arman Aminian - Sina Pakseresht - Elham Abolhasani - Reihaneh Halvaie - Ali Khoshtinat - Mona Naderi
67
  ''')
68
  _, c, _ = st.columns((1, 3, 1))
69
  query = c.text_input('Search here')