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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -4,8 +4,7 @@ from huggingface_hub import login
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
11
  model_name = "RickyDeSkywalker/TheoremLlama"
 
4
  from transformers import pipeline
5
 
6
  # Authenticate with Hugging Face Hub
7
+ login(HF_TOKEN)
 
8
 
9
  # Load the gated model
10
  model_name = "RickyDeSkywalker/TheoremLlama"