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

chore: no line breaks.

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -58,8 +58,7 @@ def query(image, top_k):
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
 
64
  # You can set the type of gr.Image to be PIL, numpy or str (filepath)
65
  # Not sure what the best for this demo is.
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 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."
 
62
 
63
  # You can set the type of gr.Image to be PIL, numpy or str (filepath)
64
  # Not sure what the best for this demo is.