prithivMLmods commited on
Commit
78c40b7
·
verified ·
1 Parent(s): 92bcae3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -166,6 +166,7 @@ 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",
171
  multimodal=True,
 
166
  fn=model_inference,
167
  description="# **Qwen2.5-VL-7B-Instruct `@video-infer for video understanding`**",
168
  examples=examples,
169
+ fill_height=True,
170
  textbox=gr.MultimodalTextbox(label="Query Input", file_types=["image", "video"], file_count="multiple"),
171
  stop_btn="Stop Generation",
172
  multimodal=True,