kovacsvi commited on
Commit
1986c88
·
1 Parent(s): 9b2fea4

cache minor social as well

Browse files
Files changed (1) hide show
  1. utils.py +0 -1
utils.py CHANGED
@@ -45,7 +45,6 @@ models = [
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
  ]
51
 
 
45
  hf_sentiment_path(""),
46
  hf_emotion_path(""),
47
  hf_cap_minor_path("", "", False), hf_cap_minor_path("", "social", False),
 
48
  hf_ontolisst_path(""),
49
  ]
50