Spaces:
Sleeping
Sleeping
whitespace
Browse files
app.py
CHANGED
@@ -60,7 +60,6 @@ def get_one_from_queue(voter: str):
|
|
60 |
images_not_voted = list(set(list_of_images) - set(df["image_path"].tolist()))
|
61 |
print("images_not_voted", len(images_not_voted))
|
62 |
|
63 |
-
|
64 |
return {"image": images_not_voted[0]} if images_not_voted else False
|
65 |
|
66 |
|
|
|
60 |
images_not_voted = list(set(list_of_images) - set(df["image_path"].tolist()))
|
61 |
print("images_not_voted", len(images_not_voted))
|
62 |
|
|
|
63 |
return {"image": images_not_voted[0]} if images_not_voted else False
|
64 |
|
65 |
|