Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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 |
)
|