Spaces:
Running
Running
ontolisst add
Browse files
utils.py
CHANGED
@@ -8,6 +8,7 @@ from interfaces.cap import build_huggingface_path as hf_cap_path
|
|
8 |
from interfaces.manifesto import build_huggingface_path as hf_manifesto_path
|
9 |
from interfaces.sentiment import build_huggingface_path as hf_sentiment_path
|
10 |
from interfaces.emotion import build_huggingface_path as hf_emotion_path
|
|
|
11 |
|
12 |
HF_TOKEN = os.environ["hf_read"]
|
13 |
|
|
|
8 |
from interfaces.manifesto import build_huggingface_path as hf_manifesto_path
|
9 |
from interfaces.sentiment import build_huggingface_path as hf_sentiment_path
|
10 |
from interfaces.emotion import build_huggingface_path as hf_emotion_path
|
11 |
+
from interfaces.ontolisst import build_huggingface_path as hf_ontlisst_path
|
12 |
|
13 |
HF_TOKEN = os.environ["hf_read"]
|
14 |
|