Spaces:
Running
Running
Update interfaces/manifesto.py
Browse files- interfaces/manifesto.py +1 -1
interfaces/manifesto.py
CHANGED
@@ -9,7 +9,7 @@ from huggingface_hub import HfApi
|
|
9 |
|
10 |
from label_dicts import MANIFESTO_LABEL_NAMES
|
11 |
|
12 |
-
from utils import is_disk_full
|
13 |
|
14 |
HF_TOKEN = os.environ["hf_read"]
|
15 |
|
|
|
9 |
|
10 |
from label_dicts import MANIFESTO_LABEL_NAMES
|
11 |
|
12 |
+
from .utils import is_disk_full
|
13 |
|
14 |
HF_TOKEN = os.environ["hf_read"]
|
15 |
|