LucyintheSky commited on
Commit
04adadc
β€’
1 Parent(s): 101ee27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def search(image_dict):
42
  print('id', id)
43
  #label = dataset_with_embeddings.features["label"].names[id]
44
  #print('label', label)
45
- result.append((retrieved_examples["image"][i], """<a href="https://www.w3schools.com">Visit W3Schools</a>"""))
46
 
47
  return result
48
 
 
42
  print('id', id)
43
  #label = dataset_with_embeddings.features["label"].names[id]
44
  #print('label', label)
45
+ result.append((retrieved_examples["image"][i], id))
46
 
47
  return result
48