Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ examples = [
|
|
87 |
|
88 |
demo = gr.ChatInterface(
|
89 |
fn=model_inference,
|
90 |
-
description="# **Qwen2.5-VL-
|
91 |
examples=examples,
|
92 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"),
|
93 |
stop_btn="Stop Generation",
|
|
|
87 |
|
88 |
demo = gr.ChatInterface(
|
89 |
fn=model_inference,
|
90 |
+
description="# **Qwen2.5-VL-7B-Instruct**",
|
91 |
examples=examples,
|
92 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image"], file_count="multiple"),
|
93 |
stop_btn="Stop Generation",
|