TwinDoc commited on
Commit
d4ea91f
·
verified ·
1 Parent(s): 7f2d22e

Update src/envs.py

Browse files
Files changed (1) hide show
  1. src/envs.py +2 -1
src/envs.py CHANGED
@@ -6,7 +6,8 @@ from huggingface_hub import HfApi
6
  # ----------------------------------
7
  TOKEN = os.environ.get("HF_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("HF_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
+ OWNER = "TwinDoc"
11
  # ----------------------------------
12
 
13
  REPO_ID = f"{OWNER}/leaderboard"