Spaces:
Sleeping
Sleeping
tangxuemei
commited on
- src/envs.py +1 -1
src/envs.py
CHANGED
|
@@ -4,7 +4,7 @@ from huggingface_hub import HfApi
|
|
| 4 |
|
| 5 |
|
| 6 |
# replace this with our token
|
| 7 |
-
os.environ.get("HF_TOKEN", None)
|
| 8 |
# print(TOKEN)
|
| 9 |
# OWNER = "vectara"
|
| 10 |
# REPO_ID = f"{OWNER}/Humanlike"
|
|
|
|
| 4 |
|
| 5 |
|
| 6 |
# replace this with our token
|
| 7 |
+
TOKEN=os.environ.get("HF_TOKEN", None)
|
| 8 |
# print(TOKEN)
|
| 9 |
# OWNER = "vectara"
|
| 10 |
# REPO_ID = f"{OWNER}/Humanlike"
|