meg-huggingface
commited on
Commit
•
5cb2831
1
Parent(s):
ae82a09
Changing to BACKEND_TOKEN
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import HfApi
|
|
4 |
|
5 |
# Info to change for your repository
|
6 |
# ----------------------------------
|
7 |
-
TOKEN = os.environ.get("
|
8 |
|
9 |
OWNER = "meg" # Change to your org - don't forget to create a results and request dataset
|
10 |
|
|
|
4 |
|
5 |
# Info to change for your repository
|
6 |
# ----------------------------------
|
7 |
+
TOKEN = os.environ.get("BACKEND_TOKEN") # A read/write token for your org
|
8 |
|
9 |
OWNER = "meg" # Change to your org - don't forget to create a results and request dataset
|
10 |
|