Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import torch
|
| 2 |
import gradio as gr
|
| 3 |
from transformers import AutoProcessor, Qwen3VLForConditionalGeneration
|
|
|
|
| 4 |
|
| 5 |
MODEL_ID = "yuyan-chen/Lep-Description-Qwen3-VL-2B-Instruct"
|
| 6 |
|
|
|
|
| 1 |
import torch
|
| 2 |
import gradio as gr
|
| 3 |
from transformers import AutoProcessor, Qwen3VLForConditionalGeneration
|
| 4 |
+
import os
|
| 5 |
|
| 6 |
MODEL_ID = "yuyan-chen/Lep-Description-Qwen3-VL-2B-Instruct"
|
| 7 |
|