SauravMaheshkar commited on
Commit
5f06632
1 Parent(s): 6fe540a

docs: add link to the blogpost in app

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -74,6 +74,7 @@ app = gr.Interface(
74
  outputs=[
75
  gr.Gallery(label="Retrieved Images"),
76
  ],
 
77
  )
78
 
79
  if __name__ == "__main__":
 
74
  outputs=[
75
  gr.Gallery(label="Retrieved Images"),
76
  ],
77
+ article="## To read more about the development of the app please refer to the [Lightly AI blogpost on Vector Indexes and Image Retrieval](http://www.lightly.ai/post/vector-indexes-and-image-retrieval-using-lightly)",
78
  )
79
 
80
  if __name__ == "__main__":