Spaces:
Runtime error
Runtime error
Commit
·
c84c7ba
1
Parent(s):
c46dc54
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def compute_text_embeddings(list_of_strings):
|
|
16 |
inputs = processor(text=list_of_strings, return_tensors="pt", padding=True)
|
17 |
return model.get_text_features(**inputs)
|
18 |
|
19 |
-
def
|
20 |
corpus = 'Unsplash'
|
21 |
n_results=1
|
22 |
|
|
|
16 |
inputs = processor(text=list_of_strings, return_tensors="pt", padding=True)
|
17 |
return model.get_text_features(**inputs)
|
18 |
|
19 |
+
def predict(query):
|
20 |
corpus = 'Unsplash'
|
21 |
n_results=1
|
22 |
|