Spaces:
Build error
Build error
artificialguybr
commited on
Commit
•
22f6bcf
1
Parent(s):
3563326
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ css = '''
|
|
129 |
|
130 |
with gr.Blocks(css=css) as demo:
|
131 |
gr.Markdown("# Qwen-VL-Chat Bot")
|
132 |
-
gr.Markdown("## Qwen-VL: A Multimodal Large Vision Language Model by Alibaba Cloud **Space by [@Artificialguybr](https://twitter.com/artificialguybr)
|
133 |
chatbot = gr.Chatbot(label='Qwen-VL-Chat', elem_classes="control-height", height=520)
|
134 |
query = gr.Textbox(lines=2, label='Input')
|
135 |
task_history = gr.State([])
|
|
|
129 |
|
130 |
with gr.Blocks(css=css) as demo:
|
131 |
gr.Markdown("# Qwen-VL-Chat Bot")
|
132 |
+
gr.Markdown("## Qwen-VL: A Multimodal Large Vision Language Model by Alibaba Cloud **Space by [@Artificialguybr](https://twitter.com/artificialguybr). Test the [QwenLLM-14B](https://huggingface.co/spaces/artificialguybr/qwen-14b-chat-demo) here for free!</center>")
|
133 |
chatbot = gr.Chatbot(label='Qwen-VL-Chat', elem_classes="control-height", height=520)
|
134 |
query = gr.Textbox(lines=2, label='Input')
|
135 |
task_history = gr.State([])
|