From f52b06df9ba6b3f7ca84aaa4d55eb315eb3ddd55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=A5=96=E5=BD=AC?= Date: Fri, 14 Mar 2025 15:29:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E7=AC=A6=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradio_ui/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradio_ui/app.py b/gradio_ui/app.py index 405678f..e824982 100644 --- a/gradio_ui/app.py +++ b/gradio_ui/app.py @@ -125,7 +125,7 @@ def process_input(user_input, state, vision_agent_state): for content in message["content"]: # convert image_url to gradio image format if content["type"] == "image_url": - gradio_chatbox_content += f'
' + gradio_chatbox_content += f'
' # convert text to gradio text format elif content["type"] == "text": # agent response is json format and must contains reasoning