Skip to content

Commit 118f22c

Browse files
Added np.unique to labels.
1 parent e5b96a0 commit 118f22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
label = scraper.reverse_image_search(i)
1818
labels.append(label)
1919

20-
print(labels)
20+
labels = np.unique(np.array(labels))
2121

2222
from MAGIST.TaskManagment.ThreadedQueue import MainPriorityQueue
2323

0 commit comments

Comments
 (0)