Spaces:
Running
on
Zero
Running
on
Zero
AdrienB134
commited on
Commit
•
28ef079
1
Parent(s):
f0726db
done
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ def search(query: str, ds, images, k):
|
|
128 |
results = []
|
129 |
for idx in top_k_indices:
|
130 |
results.append((images[idx])) #, f"Page {idx}"
|
131 |
-
|
132 |
return results
|
133 |
|
134 |
|
|
|
128 |
results = []
|
129 |
for idx in top_k_indices:
|
130 |
results.append((images[idx])) #, f"Page {idx}"
|
131 |
+
print("done")
|
132 |
return results
|
133 |
|
134 |
|