osanseviero HF staff commited on
Commit
1c8a40e
β€’
1 Parent(s): f140b23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def download_img(path):
27
  return local_path
28
 
29
  def predict(query):
30
- corpus = 'Unsplash'
31
  n_results=3
32
 
33
  text_embeddings = compute_text_embeddings([query]).detach().numpy()
 
27
  return local_path
28
 
29
  def predict(query):
30
+ corpus = 'Movies'
31
  n_results=3
32
 
33
  text_embeddings = compute_text_embeddings([query]).detach().numpy()