Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
from transformers import AutoProcessor, Qwen2_5_VLForConditionalGeneration, TextIteratorStreamer
|
| 3 |
from transformers.image_utils import load_image
|
| 4 |
from threading import Thread
|
|
|
|
| 1 |
+
import gradio as gr
|
| 2 |
from transformers import AutoProcessor, Qwen2_5_VLForConditionalGeneration, TextIteratorStreamer
|
| 3 |
from transformers.image_utils import load_image
|
| 4 |
from threading import Thread
|