Aashi commited on
Commit
5bbdf59
·
verified ·
1 Parent(s): 34ee55f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import spaces
6
  from transformers import MllamaForConditionalGeneration, AutoProcessor
7
 
8
  from huggingface_hub import login
9
- login("HUGGINGFACE_API_TOKEN", add_to_git_credential=True)
10
 
11
  # Load the Llama 3.2 Vision Model
12
  def load_llama_model():
 
6
  from transformers import MllamaForConditionalGeneration, AutoProcessor
7
 
8
  from huggingface_hub import login
9
+ login("token_spaces", add_to_git_credential=True)
10
 
11
  # Load the Llama 3.2 Vision Model
12
  def load_llama_model():