AshBlanc commited on
Commit
e92f14a
·
verified ·
1 Parent(s): 1f939b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import login
4
  from transformers import pipeline
5
 
6
  # Authenticate with Hugging Face Hub
7
- user_token = os.environ("HF_TOKEN") # Replace with your actual Hugging Face user token
8
  login(user_token)
9
 
10
  # Load the gated model
 
4
  from transformers import pipeline
5
 
6
  # Authenticate with Hugging Face Hub
7
+ user_token = os.environ.get("HF_TOKEN") # Replace with your actual Hugging Face user token
8
  login(user_token)
9
 
10
  # Load the gated model