Spaces:
Runtime error
Runtime error
Ahmed Ahmed
commited on
Commit
·
466c93b
1
Parent(s):
1b2d49a
consolidate
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import HfApi
|
|
4 |
# Info to change for your repository
|
5 |
# ----------------------------------
|
6 |
TOKEN = os.environ.get("HF_TOKEN") # A read/write token for your org
|
7 |
-
OWNER = "
|
8 |
# ----------------------------------
|
9 |
|
10 |
RESULTS_REPO = f"{OWNER}/results"
|
|
|
4 |
# Info to change for your repository
|
5 |
# ----------------------------------
|
6 |
TOKEN = os.environ.get("HF_TOKEN") # A read/write token for your org
|
7 |
+
OWNER = "ahmedsqrd" # Change to your username
|
8 |
# ----------------------------------
|
9 |
|
10 |
RESULTS_REPO = f"{OWNER}/results"
|