Spaces:
Running
Running
natolambert
commited on
Commit
•
e4cd4cd
1
Parent(s):
9ceb843
add token back
Browse files
app.py
CHANGED
@@ -22,6 +22,7 @@ print("Pulling evaluation results")
|
|
22 |
repo = snapshot_download(
|
23 |
local_dir=repo_dir_herm,
|
24 |
repo_id=evals_repo,
|
|
|
25 |
tqdm_class=None,
|
26 |
etag_timeout=30,
|
27 |
repo_type="dataset",
|
|
|
22 |
repo = snapshot_download(
|
23 |
local_dir=repo_dir_herm,
|
24 |
repo_id=evals_repo,
|
25 |
+
use_auth_token=COLLAB_TOKEN,
|
26 |
tqdm_class=None,
|
27 |
etag_timeout=30,
|
28 |
repo_type="dataset",
|