Spaces:
Sleeping
Sleeping
GeorgeSherif
commited on
Commit
·
c2cc37e
1
Parent(s):
b2825d5
updates
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ def get_next_image(session_data):
|
|
| 84 |
available_images = [
|
| 85 |
img for img in image_files
|
| 86 |
if img not in annotated_images or
|
| 87 |
-
("val" in img and annotated_images[img] <
|
| 88 |
("val" not in img and annotated_images[img] == 0)
|
| 89 |
]
|
| 90 |
|
|
|
|
| 84 |
available_images = [
|
| 85 |
img for img in image_files
|
| 86 |
if img not in annotated_images or
|
| 87 |
+
("val" in img and annotated_images[img] < 2) or
|
| 88 |
("val" not in img and annotated_images[img] == 0)
|
| 89 |
]
|
| 90 |
|