mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-06 19:10:45 +00:00
test
This commit is contained in:
parent
ccf3db9207
commit
37596fc265
3
demo.py
3
demo.py
@ -165,7 +165,8 @@ with gr.Blocks() as demo:
|
|||||||
[image, text_input, upload_button, chat_state, emb_list])
|
[image, text_input, upload_button, chat_state, emb_list])
|
||||||
|
|
||||||
text_input.submit(gradio_ask, [text_input, chatbot, chat_state], [text_input, chatbot, chat_state]).then(
|
text_input.submit(gradio_ask, [text_input, chatbot, chat_state], [text_input, chatbot, chat_state]).then(
|
||||||
image, upload_img, gradio_answer, [chatbot, chat_state, emb_list, num_beams, temperature], [image2, chatbot, chat_state, emb_list]
|
upload_img, gradio_answer, [image, chatbot, chat_state, emb_list, num_beams, temperature],
|
||||||
|
[image2, chatbot, chat_state, emb_list]
|
||||||
)
|
)
|
||||||
clear.click(gradio_reset, [chat_state, emb_list], [chatbot, image, text_input, upload_button, chat_state, emb_list],
|
clear.click(gradio_reset, [chat_state, emb_list], [chatbot, image, text_input, upload_button, chat_state, emb_list],
|
||||||
queue=False)
|
queue=False)
|
||||||
|
Loading…
Reference in New Issue
Block a user