mirror of
https://github.com/pharmapsychotic/clip-interrogator-ext.git
synced 2026-04-28 10:11:27 +00:00
remove extra shared.total_tqdm.update call
This commit is contained in:
@@ -210,7 +210,6 @@ def batch_tab():
|
||||
break
|
||||
image = Image.open(os.path.join(folder, file)).convert('RGB')
|
||||
caption = ci.generate_caption(image)
|
||||
shared.total_tqdm.update()
|
||||
except OSError as e:
|
||||
print(f"{e}; continuing")
|
||||
# https://github.com/pharmapsychotic/clip-interrogator-ext/pull/49#pullrequestreview-1454127223
|
||||
|
||||
Reference in New Issue
Block a user