zyliu commited on
Commit
57083a2
1 Parent(s): 21ac72a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -23,7 +23,13 @@ iframe_html = """
23
  </style>
24
  </head>
25
  <body>
26
- <iframe src="{{backend_url}}"></iframe>
 
 
 
 
 
 
27
  </body>
28
  </html>
29
  """
 
23
  </style>
24
  </head>
25
  <body>
26
+ <div style="text-align:center"> <h1><strong><font style=color:rgba(2200,10,10,1)>This project is currently under maintenance 😊😊</font></strong></h1></div>
27
+ <div style="text-align:center"><h2>We warmly welcome you to visit <a href="https://internvl.intern-ai.org.cn" target="_blank">InternVL2</a> and experience our demo if you’re interested 🎉🎉</br></h2></div>
28
+ <div style="text-align:center">
29
+ [<a href="https://internvl.github.io/blog/2024-07-02-InternVL-2.0/" target="_blank">📜 InternVL2 Blog</a>] |
30
+ [<a href="https://github.com/OpenGVLab/InternVL?tab=readme-ov-file#quick-start-with-huggingface" target="_blank">🚀 Quick Start</a>] |
31
+ [<a href="https://github.com/OpenGVLab/InternVL/blob/main/document/How_to_use_InternVL_API.md" target="_blank">🌐 API</a>]
32
+ </div>
33
  </body>
34
  </html>
35
  """