Spaces:
Running
Running
Saurabh Kumar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import streamlit as st
|
|
4 |
import torch
|
5 |
from PIL import Image
|
6 |
|
7 |
-
@st.
|
8 |
# default: Load the model on the available device(s)
|
9 |
model = Qwen2VLForConditionalGeneration.from_pretrained(
|
10 |
"Qwen/Qwen2-VL-7B-Instruct", torch_dtype="auto", device_map="auto"
|
|
|
4 |
import torch
|
5 |
from PIL import Image
|
6 |
|
7 |
+
@st.cache_resource
|
8 |
# default: Load the model on the available device(s)
|
9 |
model = Qwen2VLForConditionalGeneration.from_pretrained(
|
10 |
"Qwen/Qwen2-VL-7B-Instruct", torch_dtype="auto", device_map="auto"
|