poltextlab commited on
Commit
ecf2dfe
·
verified ·
1 Parent(s): 75d5b53

append illframes import

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
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