Skip to content

Commit

Permalink
change dribble to dribbble (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
harrywang authored Apr 12, 2023
1 parent f4429b4 commit 2cf03aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clip_interrogator/clip_interrogator.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def load_clip_model(self):
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]
Expand Down

0 comments on commit 2cf03aa

Please # to comment.