Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ def _launch_demo(args):
|
|
194 |
return []
|
195 |
|
196 |
with gr.Blocks() as demo:
|
197 |
-
gr.Markdown("""<center><font size=3
|
198 |
|
199 |
chatbot = gr.Chatbot(label='Qwen2.5-VL-72B', elem_classes="control-height", height=500)
|
200 |
query = gr.Textbox(lines=2, label='Input')
|
|
|
194 |
return []
|
195 |
|
196 |
with gr.Blocks() as demo:
|
197 |
+
gr.Markdown("""<center><font size=3> Qwen2.5-VL-72B Demo </center>""")
|
198 |
|
199 |
chatbot = gr.Chatbot(label='Qwen2.5-VL-72B', elem_classes="control-height", height=500)
|
200 |
query = gr.Textbox(lines=2, label='Input')
|