gulixin0922 commited on
Commit
c2f45ae
1 Parent(s): 968d441

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -347,13 +347,13 @@ def http_bot(
347
  }
348
  write2file(get_log_filename(), json.dumps(data) + "\n")
349
 
350
-
351
  title_html = """
352
  <img src="https://internvl.opengvlab.com/assets/logo-47b364d3.jpg" style="width: 280px; height: 70px;">
 
353
  <a href="https://internvl.github.io/blog/2024-07-02-InternVL-2.0/">[📜 InternVL2 Blog]</a>
354
  <a href="https://internvl.opengvlab.com/">[🌟 Official Demo]</a>
355
  <a href="https://github.com/OpenGVLab/InternVL?tab=readme-ov-file#quick-start-with-huggingface">[🚀 Quick Start]</a>
356
- <a href="https://github.com/OpenGVLab/InternVL/blob/main/document/How_to_use_InternVL_API.md">[🌐 API]</a>
357
  """
358
 
359
 
@@ -642,3 +642,4 @@ if __name__ == "__main__":
642
  share=args.share,
643
  max_threads=args.concurrency_count,
644
  )
 
 
347
  }
348
  write2file(get_log_filename(), json.dumps(data) + "\n")
349
 
350
+ # <h1 style="font-size: 28px; font-weight: bold;">Expanding Performance Boundaries of Open-Source Multimodal Models with Model, Data, and Test-Time Scaling</h1>
351
  title_html = """
352
  <img src="https://internvl.opengvlab.com/assets/logo-47b364d3.jpg" style="width: 280px; height: 70px;">
353
+ <p>Expanding Performance Boundaries of Open-Source Multimodal Models with Model, Data, and Test-Time Scaling</p>
354
  <a href="https://internvl.github.io/blog/2024-07-02-InternVL-2.0/">[📜 InternVL2 Blog]</a>
355
  <a href="https://internvl.opengvlab.com/">[🌟 Official Demo]</a>
356
  <a href="https://github.com/OpenGVLab/InternVL?tab=readme-ov-file#quick-start-with-huggingface">[🚀 Quick Start]</a>
 
357
  """
358
 
359
 
 
642
  share=args.share,
643
  max_threads=args.concurrency_count,
644
  )
645
+