tangxuemei commited on
Commit
cc34d2b
·
verified ·
1 Parent(s): 417df81
Files changed (1) hide show
  1. 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"