Tonic commited on
Commit
0b0cd44
Β·
1 Parent(s): ec3bf4d

Update app.py

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