sashavor commited on
Commit
22ac4b7
·
1 Parent(s): c6bc4cd
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def query(image, top_k):
54
  return list(zip(images, labels))
55
 
56
 
57
- title = "Find my Butterfly"
58
  description = "This Space demos an image similarity system. You can refer to [this notebook](TODO) to know the details of the system. You can pick any image from the available samples below. On the right hand side, you'll find the similar images returned by the system. The example images have been named with their corresponding integer class labels for easier identification. The fetched images will also have their integer labels tagged so that you can validate the correctness of the results."
59
 
60
  # You can set the type of gr.Image to be PIL, numpy or str (filepath)
 
54
  return list(zip(images, labels))
55
 
56
 
57
+ title = "Find my Butterfly 🦋"
58
  description = "This Space demos an image similarity system. You can refer to [this notebook](TODO) to know the details of the system. You can pick any image from the available samples below. On the right hand side, you'll find the similar images returned by the system. The example images have been named with their corresponding integer class labels for easier identification. The fetched images will also have their integer labels tagged so that you can validate the correctness of the results."
59
 
60
  # You can set the type of gr.Image to be PIL, numpy or str (filepath)