Update notice.py
Browse files
notice.py
CHANGED
@@ -5,7 +5,8 @@ if __name__ == '__main__':
|
|
5 |
gr.HTML(
|
6 |
"""
|
7 |
<div align='center'> <img src='/file=./assets/gvlab_logo.png' style='height:70px'/> </div>
|
8 |
-
<p align="center"><a href="https://github.com/OpenGVLab/InternGPT"><b>GitHub</b></a>
|
|
|
9 |
<a href="https://github.com/OpenGVLab/InternGPT/assets/13723743/8fd9112f-57d9-4871-a369-4e1929aa2593"><b>Video Demo</b></a></p>
|
10 |
"""
|
11 |
)
|
|
|
5 |
gr.HTML(
|
6 |
"""
|
7 |
<div align='center'> <img src='/file=./assets/gvlab_logo.png' style='height:70px'/> </div>
|
8 |
+
<p align="center"><a href="https://github.com/OpenGVLab/InternGPT"><b>GitHub</b></a>
|
9 |
+
<a href="https://arxiv.org/pdf/2305.05662.pdf"><b>Report</b></a>
|
10 |
<a href="https://github.com/OpenGVLab/InternGPT/assets/13723743/8fd9112f-57d9-4871-a369-4e1929aa2593"><b>Video Demo</b></a></p>
|
11 |
"""
|
12 |
)
|