yangheng jcole1 commited on
Commit
23668d6
1 Parent(s): e7cd420

Change owner to the correct owner (#3)

Browse files

- Change owner to the correct owner (60118b84f1a61edfc8a8372a60d5724a5329ac00)


Co-authored-by: Jack Cole <[email protected]>

Files changed (1) hide show
  1. src/envs.py +1 -1
src/envs.py CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import HfApi
6
  # ----------------------------------
7
  TOKEN = os.environ.get("TOKEN") # A read/write token for your org
8
 
9
- OWNER = "demo-leaderboard-backend" # Change to your org - don't forget to create a results and request dataset, with the correct format!
10
  # ----------------------------------
11
 
12
  REPO_ID = f"{OWNER}/leaderboard"
 
6
  # ----------------------------------
7
  TOKEN = os.environ.get("TOKEN") # A read/write token for your org
8
 
9
+ OWNER = "yangheng" # Change to your org - don't forget to create a results and request dataset, with the correct format!
10
  # ----------------------------------
11
 
12
  REPO_ID = f"{OWNER}/leaderboard"