Spaces:
Build error
Build error
leopoldmaillard
commited on
Commit
•
cad54b2
1
Parent(s):
44485b6
Update app.py
Browse files
app.py
CHANGED
@@ -68,6 +68,6 @@ iface = gr.Interface(fn=retrieve,
|
|
68 |
inputs=[input_button, embeddings_selection, metric_selection],
|
69 |
outputs=[gr.outputs.Image(label='Query image'), retrieved_images],
|
70 |
title='Image Retrieval on INRIA Holidays',
|
71 |
-
|
72 |
|
73 |
iface.launch()
|
|
|
68 |
inputs=[input_button, embeddings_selection, metric_selection],
|
69 |
outputs=[gr.outputs.Image(label='Query image'), retrieved_images],
|
70 |
title='Image Retrieval on INRIA Holidays',
|
71 |
+
description=description)
|
72 |
|
73 |
iface.launch()
|