Skip to content

Commit

Permalink
dev(narugo): fix typo in doc scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Dec 16, 2023
1 parent a5e2428 commit 9aadf78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/api_doc/validate/real.plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

if __name__ == '__main__':
image_plot(
*natsorted(glob.glob(os.path.join('nsfw', 'anime', '*.jpg'))),
*natsorted(glob.glob(os.path.join('nsfw', 'real', '*.jpg'))),
*natsorted(glob.glob(os.path.join('real', 'anime', '*.jpg'))),
*natsorted(glob.glob(os.path.join('real', 'real', '*.jpg'))),
columns=4, figsize=(10, 15),
)

0 comments on commit 9aadf78

Please sign in to comment.