Spaces:
Running
Running
Update src/envs.py
Browse files- 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 = "
|
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"
|