Spaces:
Running
Running
kovacsvi
commited on
Commit
·
1986c88
1
Parent(s):
9b2fea4
cache minor social as well
Browse files
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 |
|