Update app.py
Browse files
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>  |
|
| 204 |
 <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 |
|
|
|
|
| 203 |
<a href="https://huggingface.co/Qwen/Qwen-VL-Chat">🤗</a>  |
|
| 204 |
 <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 |
|