poltextlab commited on
Commit
a4387b8
·
verified ·
1 Parent(s): b1fc487

Update interfaces/illframes.py

Browse files
Files changed (1) hide show
  1. interfaces/illframes.py +1 -1
interfaces/illframes.py CHANGED
@@ -10,7 +10,7 @@ from huggingface_hub import HfApi
10
 
11
  from label_dicts import ILLFRAMES_MIGRATION_LABEL_NAMES, ILLFRAMES_COVID_LABEL_NAMES, ILLFRAMES_WAR_LABEL_NAMES
12
 
13
- from utils import is_disk_full
14
 
15
  HF_TOKEN = os.environ["hf_read"]
16
 
 
10
 
11
  from label_dicts import ILLFRAMES_MIGRATION_LABEL_NAMES, ILLFRAMES_COVID_LABEL_NAMES, ILLFRAMES_WAR_LABEL_NAMES
12
 
13
+ from .utils import is_disk_full
14
 
15
  HF_TOKEN = os.environ["hf_read"]
16