notkosmo commited on
Commit
f4ff04a
·
verified ·
1 Parent(s): f4f973b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from huggingface_hub import snapshot_download
5
  # 1. Securely download all your private files into a folder called 'my_app'
6
  snapshot_download(
7
  repo_id="notkosmo/quicksearch-private-files", # Replace with your private dataset name!
8
- repo_type="dataset",
9
  local_dir="my_app",
10
  token=os.environ.get("HF_TOKEN")
11
  )
 
5
  # 1. Securely download all your private files into a folder called 'my_app'
6
  snapshot_download(
7
  repo_id="notkosmo/quicksearch-private-files", # Replace with your private dataset name!
8
+ repo_type="space",
9
  local_dir="my_app",
10
  token=os.environ.get("HF_TOKEN")
11
  )