adilkh26 commited on
Commit
77ff68b
Β·
verified Β·
1 Parent(s): 1171163

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,