Spaces:
Running
Running
kovacsvi
commited on
Commit
·
17ff73c
1
Parent(s):
3bb38ad
could we like follow the name template?
Browse files
utils.py
CHANGED
@@ -13,7 +13,7 @@ from interfaces.illframes import domains as domains_illframes
|
|
13 |
|
14 |
from interfaces.cap import build_huggingface_path as hf_cap_path
|
15 |
from interfaces.cap_minor import build_huggingface_path as hf_cap_minor_path
|
16 |
-
from interfaces.
|
17 |
from interfaces.manifesto import build_huggingface_path as hf_manifesto_path
|
18 |
from interfaces.sentiment import build_huggingface_path as hf_sentiment_path
|
19 |
from interfaces.emotion import build_huggingface_path as hf_emotion_path
|
|
|
13 |
|
14 |
from interfaces.cap import build_huggingface_path as hf_cap_path
|
15 |
from interfaces.cap_minor import build_huggingface_path as hf_cap_minor_path
|
16 |
+
from interfaces.cap_media_demo import build_huggingface_path as hf_cap_media_path # why... just follow the name template the next time pls
|
17 |
from interfaces.manifesto import build_huggingface_path as hf_manifesto_path
|
18 |
from interfaces.sentiment import build_huggingface_path as hf_sentiment_path
|
19 |
from interfaces.emotion import build_huggingface_path as hf_emotion_path
|