Spaces:
Runtime error
Runtime error
updated image_data.csv with image URLs, using those in the app too
Browse files- app.py +1 -1
- image_data.csv +0 -0
app.py
CHANGED
@@ -36,7 +36,7 @@ def find_topk(text):
|
|
36 |
|
37 |
vals, inds = sims.topk(top_k)
|
38 |
|
39 |
-
top_k_urls = img_df.iloc[inds]['
|
40 |
|
41 |
print('top_k_urls', top_k_urls)
|
42 |
|
|
|
36 |
|
37 |
vals, inds = sims.topk(top_k)
|
38 |
|
39 |
+
top_k_urls = img_df.iloc[inds]['photo_image_url'].values
|
40 |
|
41 |
print('top_k_urls', top_k_urls)
|
42 |
|
image_data.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|