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