Spaces:
Runtime error
Runtime error
Commit
·
b8132ce
1
Parent(s):
49728f3
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,6 +95,7 @@ def _launch_demo(args, model, tokenizer, config):
|
|
| 95 |
## Qwen-14B-Chat: A Large Language Model by Alibaba Cloud
|
| 96 |
**Space created by [@artificialguybr](https://twitter.com/artificialguybr) based on QWEN Code. Thanks HF for GPU!**
|
| 97 |
**Qwen is currently SOTA in the benchmarks for 14B models.**
|
|
|
|
| 98 |
""")
|
| 99 |
chatbot = gr.Chatbot(label='Qwen-Chat', elem_classes="control-height", queue=True)
|
| 100 |
query = gr.Textbox(lines=2, label='Input')
|
|
|
|
| 95 |
## Qwen-14B-Chat: A Large Language Model by Alibaba Cloud
|
| 96 |
**Space created by [@artificialguybr](https://twitter.com/artificialguybr) based on QWEN Code. Thanks HF for GPU!**
|
| 97 |
**Qwen is currently SOTA in the benchmarks for 14B models.**
|
| 98 |
+
**Test QWEN-VL. A multimodal model that accept images! [QWEN-VL](https://huggingface.co/spaces/artificialguybr/qwen-vl)**
|
| 99 |
""")
|
| 100 |
chatbot = gr.Chatbot(label='Qwen-Chat', elem_classes="control-height", queue=True)
|
| 101 |
query = gr.Textbox(lines=2, label='Input')
|