Skip to content

Commit

Permalink
dev(narugo): fix c, ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Jun 1, 2024
1 parent 8daefd4 commit 565f4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skpick/check/hqimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def is_hqimage(file, face_threshold: int = 5000):
if image.width * image.height >= 8000 ** 2:
return True

image = load_image(image)
try:
image = load_image(image)
if anime_real(image)[0] != 'anime':
return False
if anime_classify(image)[0] != 'illustration':
Expand Down

0 comments on commit 565f4b4

Please sign in to comment.