Spaces:
Runtime error
Runtime error
Commit
·
1c8a40e
1
Parent(s):
f140b23
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def download_img(path):
|
|
27 |
return local_path
|
28 |
|
29 |
def predict(query):
|
30 |
-
corpus = '
|
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()
|