sayakpaul HF staff commited on
Commit
8a208b8
·
1 Parent(s): 1d2111f

chore: fix description title.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def query(image, top_k):
57
  return list(zip(images, labels))
58
 
59
 
60
- title = "Fetch similar beans."
61
  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"
62
  " 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."
63
 
 
57
  return list(zip(images, labels))
58
 
59
 
60
+ title = "Fetch Similar Beans 🪴"
61
  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"
62
  " 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."
63