We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b96a0 commit 118f22cCopy full SHA for 118f22c
src/main.py
@@ -17,7 +17,7 @@
17
label = scraper.reverse_image_search(i)
18
labels.append(label)
19
20
-print(labels)
+labels = np.unique(np.array(labels))
21
22
from MAGIST.TaskManagment.ThreadedQueue import MainPriorityQueue
23
0 commit comments