Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from transformers import Qwen2VLForConditionalGeneration, AutoTokenizer, AutoProcessor
|
2 |
from qwen_vl_utils import process_vision_info
|
|
|
3 |
|
4 |
# default: Load the model on the available device(s)
|
5 |
model = Qwen2VLForConditionalGeneration.from_pretrained(
|
|
|
1 |
from transformers import Qwen2VLForConditionalGeneration, AutoTokenizer, AutoProcessor
|
2 |
from qwen_vl_utils import process_vision_info
|
3 |
+
import streamlit as st
|
4 |
|
5 |
# default: Load the model on the available device(s)
|
6 |
model = Qwen2VLForConditionalGeneration.from_pretrained(
|