Update app.py
Browse files
app.py
CHANGED
@@ -217,8 +217,14 @@ def _launch_demo(args):
|
|
217 |
Qwen-VL <a href="https://modelscope.cn/models/qwen/Qwen-VL/summary">π€ </a>
|
218 |
| <a href="https://huggingface.co/Qwen/Qwen-VL">π€</a>  ο½
|
219 |
Qwen-VL-Chat <a href="https://modelscope.cn/models/qwen/Qwen-VL-Chat/summary">π€ </a> |
|
220 |
-
<a href="https://huggingface.co/Qwen/Qwen-VL-Chat">π€</a>  ο½
|
221 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
<a href="https://help.aliyun.com/zh/dashscope/developer-reference/vl-plus-quick-start/">API</a></center>""")
|
223 |
|
224 |
chatbot = gr.Chatbot(label='Qwen-VL-Max', elem_classes="control-height", height=500)
|
|
|
217 |
Qwen-VL <a href="https://modelscope.cn/models/qwen/Qwen-VL/summary">π€ </a>
|
218 |
| <a href="https://huggingface.co/Qwen/Qwen-VL">π€</a>  ο½
|
219 |
Qwen-VL-Chat <a href="https://modelscope.cn/models/qwen/Qwen-VL-Chat/summary">π€ </a> |
|
220 |
+
<a href="https://huggingface.co/Qwen/Qwen-VL-Chat">π€</a>  ο½
|
221 |
+
Qwen-VL-Plus
|
222 |
+
<a href="https://huggingface.co/spaces/Qwen/Qwen-VL-Plus">π€</a> 
|
223 |
+
<a href="https://modelscope.cn/studios/qwen/Qwen-VL-Chat-Demo/summary">π€ </a>  ο½
|
224 |
+
Qwen-VL-Max
|
225 |
+
<a href="https://huggingface.co/spaces/Qwen/Qwen-VL-Max">π€</a> 
|
226 |
+
<a href="https://modelscope.cn/studios/qwen/Qwen-VL-Max/summary">π€ </a>  ο½
|
227 |
+
<a href="https://qianwen.aliyun.com">Web</a> |
|
228 |
<a href="https://help.aliyun.com/zh/dashscope/developer-reference/vl-plus-quick-start/">API</a></center>""")
|
229 |
|
230 |
chatbot = gr.Chatbot(label='Qwen-VL-Max', elem_classes="control-height", height=500)
|