From 481efeed9b27c674f1e3d872b8016d68738cfb3f Mon Sep 17 00:00:00 2001 From: Zhijie Lin <136380243@qq.com> Date: Thu, 25 May 2023 16:25:50 +0800 Subject: [PATCH] test --- demo.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/demo.py b/demo.py index 3239021..82c41fc 100644 --- a/demo.py +++ b/demo.py @@ -82,12 +82,11 @@ def gradio_reset(chat_state, emb_list): def upload_img(gr_img, text_input, chat_state): - return None, None, gr.update(interactive=True), chat_state, None if gr_img is None: return None, None, gr.update(interactive=True), chat_state, None chat_state = CONV_VISION.copy() emb_list = [] - chat.upload_img(gr_img, chat_state, emb_list) + # chat.upload_img(gr_img, chat_state, emb_list) return gr.update(interactive=False), \ gr.update(interactive=True, placeholder='Type and press Enter'), \ gr.update(value="Start Chatting", interactive=False), \