[email protected] commited on
Commit
3c1eeae
·
1 Parent(s): 714d69a
Files changed (1) hide show
  1. src/envs.py +1 -1
src/envs.py CHANGED
@@ -5,7 +5,7 @@ from huggingface_hub import HfApi
5
  # Info to change for your repository
6
  # ----------------------------------
7
  TOKEN = os.environ.get("HF_TOKEN") # A read/write token for your org
8
-
9
  OWNER = "cc4718" # Change to your org - don't forget to create a results and request dataset, with the correct format!
10
  # ----------------------------------
11
 
 
5
  # Info to change for your repository
6
  # ----------------------------------
7
  TOKEN = os.environ.get("HF_TOKEN") # A read/write token for your org
8
+ print(TOKEN)
9
  OWNER = "cc4718" # Change to your org - don't forget to create a results and request dataset, with the correct format!
10
  # ----------------------------------
11