Spaces:
Running
Running
append illframes import
Browse files
utils.py
CHANGED
@@ -9,6 +9,7 @@ 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 |
|
|
|
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 |
+
from interfaces.illframes import build_huggingface_path as hf_illframes_path
|
13 |
|
14 |
HF_TOKEN = os.environ["hf_read"]
|
15 |
|