Spaces:
Runtime error
Runtime error
gordonhubackup
commited on
Commit
·
0d27202
1
Parent(s):
ab9b5c8
update
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ def gradio_answer(chatbot, chat_state, img_list, num_beams, temperature):
|
|
96 |
title = """<h1 align="center">Demo of BLIVA</h1>"""
|
97 |
description = """<h3>This is the demo of BLIVA. Upload your images and start chatting!. <br> To use
|
98 |
example questions, click example image, hit upload, and press enter in the chatbox.</h3>"""
|
99 |
-
article = """<p><a href='https://gordonhu608.github.io/bliva/'><img src='https://img.shields.io/badge/Project-Page-Green'></a></p><p><a href='https://github.com/mlpc-ucsd/BLIVA'><img src='https://img.shields.io/badge/Github-Code-blue'></a></p><p><a href='https://
|
100 |
"""
|
101 |
|
102 |
#TODO show examples below
|
|
|
96 |
title = """<h1 align="center">Demo of BLIVA</h1>"""
|
97 |
description = """<h3>This is the demo of BLIVA. Upload your images and start chatting!. <br> To use
|
98 |
example questions, click example image, hit upload, and press enter in the chatbox.</h3>"""
|
99 |
+
article = """<p><a href='https://gordonhu608.github.io/bliva/'><img src='https://img.shields.io/badge/Project-Page-Green'></a></p><p><a href='https://github.com/mlpc-ucsd/BLIVA'><img src='https://img.shields.io/badge/Github-Code-blue'></a></p><p><a href='https://arxiv.org/abs/2308.09936'><img src='https://img.shields.io/badge/Paper-ArXiv-red'></a></p>
|
100 |
"""
|
101 |
|
102 |
#TODO show examples below
|