Spaces:
Running
Running
Update apps/data_explorer/downloader.py
Browse files
apps/data_explorer/downloader.py
CHANGED
|
@@ -15,7 +15,7 @@ import os
|
|
| 15 |
import urllib.request
|
| 16 |
|
| 17 |
from huggingface_hub import hf_hub_download
|
| 18 |
-
from huggingface_hub.utils
|
| 19 |
|
| 20 |
REPO_ROOT = os.path.realpath(
|
| 21 |
os.path.join(os.path.dirname(os.path.abspath(__file__)), "../.."))
|
|
|
|
| 15 |
import urllib.request
|
| 16 |
|
| 17 |
from huggingface_hub import hf_hub_download
|
| 18 |
+
from huggingface_hub.utils import RepositoryNotFoundError
|
| 19 |
|
| 20 |
REPO_ROOT = os.path.realpath(
|
| 21 |
os.path.join(os.path.dirname(os.path.abspath(__file__)), "../.."))
|