ayeshaNoor1 commited on
Commit
6322140
·
verified ·
1 Parent(s): 030af36

new update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from huggingface_hub import login
8
 
9
  # Authenticate with the access token
10
 
11
- login("hf_your_valid_token", add_to_git_credential=True)
12
 
13
  # Retrieve token securely
14
  token = os.getenv("HF_ACCESS_TOKEN")
 
8
 
9
  # Authenticate with the access token
10
 
11
+ login("HF_ACCESS_TOKEN", add_to_git_credential=True)
12
 
13
  # Retrieve token securely
14
  token = os.getenv("HF_ACCESS_TOKEN")