isitcoding commited on
Commit
fa63c6e
·
verified ·
1 Parent(s): e58c81f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import pipeline
5
 
6
 
7
  # Get the Hugging Face token from environment variables
8
- hf_token = os.getenv("gpt2_tokens")
9
 
10
  if not hf_token:
11
  raise ValueError("Hugging Face token not found. Please set HF_TOKEN as an environment variable.")
 
5
 
6
 
7
  # Get the Hugging Face token from environment variables
8
+ hf_token = os.getenv("gpt2_token")
9
 
10
  if not hf_token:
11
  raise ValueError("Hugging Face token not found. Please set HF_TOKEN as an environment variable.")