Eran Fainman commited on
Commit
125c4df
·
1 Parent(s): 1622188

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def restart_space():
19
 
20
 
21
  hh.snapshot_download(
22
- repo_id=RESULTS_REPO, local_dir=EVAL_RESULTS_PATH, repo_type=None, tqdm_class=None, etag_timeout=30,
23
  token=TOKEN
24
  )
25
 
 
19
 
20
 
21
  hh.snapshot_download(
22
+ repo_id=RESULTS_REPO, local_dir=EVAL_RESULTS_PATH, repo_type="dataset", tqdm_class=None, etag_timeout=30,
23
  token=TOKEN
24
  )
25