Solus-PG commited on
Commit
344e4ee
·
verified ·
1 Parent(s): 3451137

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import csv
7
  from huggingface_hub import login
8
 
9
  # Get token from environment variable (set by the secret)
10
- hf_token = os.environ.get("HF_TOKEN")
11
 
12
  # Log in with the token
13
  if hf_token:
 
7
  from huggingface_hub import login
8
 
9
  # Get token from environment variable (set by the secret)
10
+ hf_token = os.environ.get("phang")
11
 
12
  # Log in with the token
13
  if hf_token: