Update app.py
Browse files
app.py
CHANGED
@@ -192,8 +192,8 @@ def _launch_demo(args, model, tokenizer):
|
|
192 |
chatbot = gr.Chatbot(label='Qwen-VL-Chat')
|
193 |
with gr.Column(scale=1):
|
194 |
with gr.Row():
|
195 |
-
|
196 |
-
|
197 |
with gr.Row():
|
198 |
file_upload = gr.UploadButton("π Upload Image", file_types=["image"])
|
199 |
submit_file_btn = gr.Button("Submit Image")
|
|
|
192 |
chatbot = gr.Chatbot(label='Qwen-VL-Chat')
|
193 |
with gr.Column(scale=1):
|
194 |
with gr.Row():
|
195 |
+
query = gr.Textbox(lines=2, label='Input', placeholder="Type your message here...")
|
196 |
+
submit_btn = gr.Button("π Submit")
|
197 |
with gr.Row():
|
198 |
file_upload = gr.UploadButton("π Upload Image", file_types=["image"])
|
199 |
submit_file_btn = gr.Button("Submit Image")
|