diff --git a/demo_v2.py b/demo_v2.py index e792f7b..4f66d53 100644 --- a/demo_v2.py +++ b/demo_v2.py @@ -536,7 +536,8 @@ chat = Chat(model, vis_processor, device=device) title = """

MiniGPT-v2 Demo

""" description = 'Welcome to Our MiniGPT-v2 Chatbot Demo!' -article = """

""" +# article = """

""" +article = """

""" introduction = ''' For Abilities Involving Visual Grounding: @@ -599,7 +600,7 @@ with gr.Blocks() as demo: gr.Examples(examples=[ ["examples_v2/office.jpg", "[grounding] describe this image in detail", upload_flag, replace_flag, img_list], - ["examples_v2/sofa.jpg", "[detection] sofa", upload_flag, replace_flag, img_list], + ["examples_v2/sofa.jpg", "[detection] sofas", upload_flag, replace_flag, img_list], ["examples_v2/2000x1372_wmkn_0012149409555.jpg", "[refer] the world cup", upload_flag, replace_flag, img_list], ["examples_v2/KFC-20-for-20-Nuggets.jpg", "[identify] what is this {<4><50><30><65>}", upload_flag,