Vijish commited on
Commit
eef1453
1 Parent(s): 3905907

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def predict(text,img):
71
  top_N_images.append(l[index])
72
  return scores,top_N_images
73
 
74
- search_query = "White car"
75
 
76
  with torch.no_grad():
77
  # Encode and normalize the description using CLIP
 
71
  top_N_images.append(l[index])
72
  return scores,top_N_images
73
 
74
+ search_query = text
75
 
76
  with torch.no_grad():
77
  # Encode and normalize the description using CLIP