Spaces:
Running
Running
Update interfaces/emotion.py
Browse files- interfaces/emotion.py +2 -0
interfaces/emotion.py
CHANGED
@@ -9,6 +9,8 @@ from huggingface_hub import HfApi
|
|
9 |
|
10 |
from label_dicts import MANIFESTO_LABEL_NAMES
|
11 |
|
|
|
|
|
12 |
HF_TOKEN = os.environ["hf_read"]
|
13 |
|
14 |
languages = [
|
|
|
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 |
|
16 |
languages = [
|