@@ -554,9 +554,9 @@ with gr.Blocks(css=css) as demo:
...
@@ -554,9 +554,9 @@ with gr.Blocks(css=css) as demo:
withgr.Tab("How to use"):
withgr.Tab("How to use"):
withgr.Column():
withgr.Column():
withgr.Row():
withgr.Row():
image_example=gr.Image(value="http://thunlp.oss-cn-qingdao.aliyuncs.com/multi_modal/never_delete/m_bear2.gif",label='1. Chat with single or multiple images',interactive=False,width=400,elem_classes="example")
image_example=gr.Image(value="./gif/m_bear2.gif",label='1. Chat with single or multiple images',interactive=False,width=400,elem_classes="example")
example2=gr.Image(value="http://thunlp.oss-cn-qingdao.aliyuncs.com/multi_modal/never_delete/video2.gif",label='2. Chat with video',interactive=False,width=400,elem_classes="example")
example2=gr.Image(value="./gif/video2.gif",label='2. Chat with video',interactive=False,width=400,elem_classes="example")
example3=gr.Image(value="http://thunlp.oss-cn-qingdao.aliyuncs.com/multi_modal/never_delete/fshot.gif",label='3. Few shot',interactive=False,width=400,elem_classes="example")
example3=gr.Image(value="./gif/fshot.gif",label='3. Few shot',interactive=False,width=400,elem_classes="example")