Madhuri123 commited on
Commit
d061a4c
·
verified ·
1 Parent(s): fb3dfe7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
  from PIL import Image
5
  from transformers import MllamaForConditionalGeneration, AutoProcessor
6
 
7
- HF_TOKEN=st.secrets["hf_token"]
8
 
9
  def load_model_and_processor(model_id):
10
  """Load the model and processor."""
 
4
  from PIL import Image
5
  from transformers import MllamaForConditionalGeneration, AutoProcessor
6
 
7
+ HF_TOKEN=st.secrets["newfinegrained"]
8
 
9
  def load_model_and_processor(model_id):
10
  """Load the model and processor."""