Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -164,7 +164,7 @@ examples = [
|
|
| 164 |
|
| 165 |
demo = gr.ChatInterface(
|
| 166 |
fn=model_inference,
|
| 167 |
-
description="# **Qwen2.5-VL-7B-Instruct
|
| 168 |
examples=examples,
|
| 169 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple"),
|
| 170 |
stop_btn="Stop Generation",
|
|
|
|
| 164 |
|
| 165 |
demo = gr.ChatInterface(
|
| 166 |
fn=model_inference,
|
| 167 |
+
description="# **Qwen2.5-VL-7B-Instruct `@video-infer for video understanding`**",
|
| 168 |
examples=examples,
|
| 169 |
textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple"),
|
| 170 |
stop_btn="Stop Generation",
|