kovacsvi commited on
Commit
9b2fea4
·
1 Parent(s): 5e4506b

cache minor social as well

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -44,7 +44,7 @@ models = [
44
  hf_manifesto_path(""),
45
  hf_sentiment_path(""),
46
  hf_emotion_path(""),
47
- hf_cap_minor_path("", "", False),
48
  hf_cap_minor_path("", "social"),
49
  hf_ontolisst_path(""),
50
  ]
 
44
  hf_manifesto_path(""),
45
  hf_sentiment_path(""),
46
  hf_emotion_path(""),
47
+ hf_cap_minor_path("", "", False), hf_cap_minor_path("", "social", False),
48
  hf_cap_minor_path("", "social"),
49
  hf_ontolisst_path(""),
50
  ]