mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-05 18:40:46 +00:00
test
This commit is contained in:
parent
03422fff90
commit
c8e5ec7e38
2
demo.py
2
demo.py
@ -114,7 +114,7 @@ def gradio_answer(image, chatbot, chat_state, emb_list, num_beams, temperature):
|
||||
# max_length=2000)[0]
|
||||
llm_message = "I don't know"
|
||||
chatbot[-1][1] = llm_message
|
||||
ground_img = grounding.prompt2mask(image, 'dog')
|
||||
ground_img = grounding.prompt2mask(image, chatbot[-1][0])
|
||||
return gr.update(value=ground_img, interactive=False), \
|
||||
chatbot, chat_state, emb_list
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user