Spaces:
Running
Running
Shiyu Zhao
commited on
Commit
·
0ce7dfd
1
Parent(s):
4438381
Update space
Browse files- utils/hub_storage.py +1 -0
utils/hub_storage.py
CHANGED
@@ -2,6 +2,7 @@ from pathlib import Path
|
|
2 |
from huggingface_hub import HfApi
|
3 |
from .token_handler import TokenHandler
|
4 |
import time
|
|
|
5 |
|
6 |
class HubStorage:
|
7 |
def __init__(self, repo_id):
|
|
|
2 |
from huggingface_hub import HfApi
|
3 |
from .token_handler import TokenHandler
|
4 |
import time
|
5 |
+
import tempfile
|
6 |
|
7 |
class HubStorage:
|
8 |
def __init__(self, repo_id):
|