annamonica commited on
Commit
4cb5806
·
verified ·
1 Parent(s): cebed79

Update src/envs.py

Browse files
Files changed (1) hide show
  1. src/envs.py +1 -1
src/envs.py CHANGED
@@ -11,7 +11,7 @@ OWNER = (
11
  )
12
  # ----------------------------------
13
 
14
- REPO_ID = f"{OWNER}/BOOM-Leaderboard" # The repo id of your space
15
  QUEUE_REPO = f"{OWNER}/requests"
16
  RESULTS_REPO = f"{OWNER}/results"
17
 
 
11
  )
12
  # ----------------------------------
13
 
14
+ REPO_ID = f"{OWNER}/BOOM" # The repo id of your space
15
  QUEUE_REPO = f"{OWNER}/requests"
16
  RESULTS_REPO = f"{OWNER}/results"
17