zyliu commited on
Commit
3cbcd88
1 Parent(s): 6824065

Update notice.py

Browse files
Files changed (1) hide show
  1. notice.py +2 -1
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>&nbsp;&nbsp;&nbsp;&nbsp; <a href="https://arxiv.org/pdf/2305.05662.pdf"><b>Report</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>&nbsp;&nbsp;&nbsp;&nbsp;
9
+ <a href="https://arxiv.org/pdf/2305.05662.pdf"><b>Report</b></a>&nbsp;&nbsp;&nbsp;
10
  <a href="https://github.com/OpenGVLab/InternGPT/assets/13723743/8fd9112f-57d9-4871-a369-4e1929aa2593"><b>Video Demo</b></a></p>
11
  """
12
  )