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