basma-b commited on
Commit
c739001
·
verified ·
1 Parent(s): c76c792

Update src/envs.py

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