Tonic commited on
Commit
e02ecb8
β€’
1 Parent(s): fb3234c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ Qwen-VL-Chat <a href="https://modelscope.cn/models/qwen/Qwen-VL-Chat/summary">
203
  <a href="https://huggingface.co/Qwen/Qwen-VL-Chat">πŸ€—</a>&nbsp |
204
  &nbsp<a href="https://github.com/QwenLM/Qwen-VL">Github</a></center>""")
205
 
206
- chatbot = gr.Chatbot(label='Qwen-VL-Chat', elem_classes="control-height").scale(height=500)
207
  query = gr.Textbox(lines=2, label='Input')
208
  task_history = gr.State([])
209
 
 
203
  <a href="https://huggingface.co/Qwen/Qwen-VL-Chat">πŸ€—</a>&nbsp |
204
  &nbsp<a href="https://github.com/QwenLM/Qwen-VL">Github</a></center>""")
205
 
206
+ chatbot = gr.Chatbot(label='Qwen-VL-Chat')
207
  query = gr.Textbox(lines=2, label='Input')
208
  task_history = gr.State([])
209