Spaces:
Sleeping
Sleeping
Commit
·
7a9bb10
1
Parent(s):
cac930d
Update ASCARIS.py
Browse files- ASCARIS.py +1 -1
ASCARIS.py
CHANGED
@@ -13,7 +13,7 @@ import base64
|
|
13 |
showWarningOnDirectExecution = False
|
14 |
|
15 |
from huggingface_hub import hf_hub_download
|
16 |
-
from huggingface_hub import
|
17 |
|
18 |
from huggingface_hub.utils import hf_raise_for_status, HfHubHTTPError
|
19 |
|
|
|
13 |
showWarningOnDirectExecution = False
|
14 |
|
15 |
from huggingface_hub import hf_hub_download
|
16 |
+
from huggingface_hub import utils as u
|
17 |
|
18 |
from huggingface_hub.utils import hf_raise_for_status, HfHubHTTPError
|
19 |
|