Spaces:
Runtime error
Runtime error
docs: add link to the blogpost in app
Browse files
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__":
|