KingNish commited on
Commit
ef594db
·
verified ·
1 Parent(s): 6bf8982

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ with gr.Blocks(css=css) as demo:
185
  with gr.Tab(label="Qwen2-VL-7B Input"):
186
  with gr.Row():
187
  with gr.Column():
188
- input_img = gr.Video(label="Input Picture", type="pil")
189
  model_selector = gr.Dropdown(choices=list(models.keys()), label="Model", value="Qwen/Qwen2-VL-7B-Instruct")
190
  text_input = gr.Textbox(label="Question")
191
  submit_btn = gr.Button(value="Submit")
 
185
  with gr.Tab(label="Qwen2-VL-7B Input"):
186
  with gr.Row():
187
  with gr.Column():
188
+ input_img = gr.Video(label="Input Picture")
189
  model_selector = gr.Dropdown(choices=list(models.keys()), label="Model", value="Qwen/Qwen2-VL-7B-Instruct")
190
  text_input = gr.Textbox(label="Question")
191
  submit_btn = gr.Button(value="Submit")