From 2cf03aaf6e704197fd0dae7c7f96aa59cf1b11c9 Mon Sep 17 00:00:00 2001 From: Harry Wang Date: Wed, 12 Apr 2023 12:56:37 -0400 Subject: [PATCH] change dribble to dribbble (#69) --- clip_interrogator/clip_interrogator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clip_interrogator/clip_interrogator.py b/clip_interrogator/clip_interrogator.py index e7fcb5a..02a9b89 100644 --- a/clip_interrogator/clip_interrogator.py +++ b/clip_interrogator/clip_interrogator.py @@ -116,7 +116,7 @@ class Interrogator(): self.clip_preprocess = config.clip_preprocess self.tokenize = open_clip.get_tokenizer(clip_model_name) - sites = ['Artstation', 'behance', 'cg society', 'cgsociety', 'deviantart', 'dribble', + sites = ['Artstation', 'behance', 'cg society', 'cgsociety', 'deviantart', 'dribbble', 'flickr', 'instagram', 'pexels', 'pinterest', 'pixabay', 'pixiv', 'polycount', 'reddit', 'shutterstock', 'tumblr', 'unsplash', 'zbrush central'] trending_list = [site for site in sites]