Browse Source

change dribble to dribbble (#69)

pull/81/head
Harry Wang 2 years ago committed by GitHub
parent
commit
2cf03aaf6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      clip_interrogator/clip_interrogator.py

2
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]

Loading…
Cancel
Save