Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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"
|
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")
|