Spaces:
Runtime error
Runtime error
Commit
·
cd758c8
1
Parent(s):
f02f6dd
Update app.py
Browse files
app.py
CHANGED
|
@@ -127,7 +127,7 @@ css = '''
|
|
| 127 |
.gradio-container{max-width:800px !important}
|
| 128 |
'''
|
| 129 |
|
| 130 |
-
with gr.Blocks(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)</center>")
|
| 133 |
chatbot = gr.Chatbot(label='Qwen-VL-Chat', elem_classes="control-height", height=520)
|
|
|
|
| 127 |
.gradio-container{max-width:800px !important}
|
| 128 |
'''
|
| 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)</center>")
|
| 133 |
chatbot = gr.Chatbot(label='Qwen-VL-Chat', elem_classes="control-height", height=520)
|