From 2d60afed9496f97ef9d96e2539d6955eed0e74f5 Mon Sep 17 00:00:00 2001 From: Deyao Zhu Date: Fri, 13 Oct 2023 22:41:36 +0300 Subject: [PATCH] update demo link --- demo_v2.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demo_v2.py b/demo_v2.py index 4dc8ff5..e792f7b 100644 --- a/demo_v2.py +++ b/demo_v2.py @@ -534,9 +534,9 @@ def gradio_taskselect(idx): chat = Chat(model, vis_processor, device=device) -title = '**MiniGPT-v2 Demo**' +title = """

MiniGPT-v2 Demo

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

""" introduction = ''' For Abilities Involving Visual Grounding: @@ -554,7 +554,7 @@ text_input = gr.Textbox(placeholder='Upload your image and chat', interactive=Tr scale=8) with gr.Blocks() as demo: gr.Markdown(title) - gr.Markdown(description) + # gr.Markdown(description) gr.Markdown(article) with gr.Row():