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