Commit b980e718 authored by JC_Array's avatar JC_Array

corrected tag return in get_deepbooru_tags

parent a1a05ad2
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment