Spaces:
Runtime error
Runtime error
chore: fix description title.
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def query(image, top_k):
|
|
57 |
return list(zip(images, labels))
|
58 |
|
59 |
|
60 |
-
title = "Fetch
|
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 |
|