Wendong-Fan commited on
Commit
8708147
·
verified ·
1 Parent(s): be9645d

Update apps/data_explorer/downloader.py

Browse files
Files changed (1) hide show
  1. apps/data_explorer/downloader.py +1 -1
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._errors import RepositoryNotFoundError
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__)), "../.."))