[email protected] commited on
Commit
4fae54d
·
2 Parent(s): 68e379e f91314f

Merge branch 'main' of https://huggingface.co/spaces/cc4718/leaderboard

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -46,6 +46,7 @@ try:
46
  repo_id=RESULTS_REPO, local_dir=EVAL_RESULTS_PATH, repo_type="dataset", tqdm_class=None, etag_timeout=30, token=TOKEN
47
  )
48
  except Exception:
 
49
  restart_space()
50
 
51
 
 
46
  repo_id=RESULTS_REPO, local_dir=EVAL_RESULTS_PATH, repo_type="dataset", tqdm_class=None, etag_timeout=30, token=TOKEN
47
  )
48
  except Exception:
49
+ print('error')
50
  restart_space()
51
 
52