corrected tag return in get_deepbooru_tags

This commit is contained in:
JC_Array 2022-10-10 16:52:54 -05:00
parent a1a05ad2d1
commit b980e7188c

View File

@ -15,7 +15,6 @@ def get_deepbooru_tags(pil_image, threshold=0.5):
while shared.deepbooru_process_return["value"] == -1:
time.sleep(0.2)
release_process()
return ret
def deepbooru_process(queue, deepbooru_process_return, threshold):