Spaces:
Sleeping
Sleeping
Madhuri123
commited on
Update app.py
Browse files
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["
|
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."""
|