Spaces:
Sleeping
Sleeping
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 |
from huggingface_hub import login
|
7 |
-
|
8 |
# Authenticate with Hugging Face
|
9 |
HF_TOKEN = st.secrets["newfinegrained"]
|
10 |
login(HF_TOKEN)
|
|
|
4 |
from PIL import Image
|
5 |
from transformers import MllamaForConditionalGeneration, AutoProcessor
|
6 |
from huggingface_hub import login
|
7 |
+
import io
|
8 |
# Authenticate with Hugging Face
|
9 |
HF_TOKEN = st.secrets["newfinegrained"]
|
10 |
login(HF_TOKEN)
|