pufanyi commited on
Commit
2115e55
·
2 Parent(s): 9a93ff5 4a67573

Merge branch 'pufanyi/tmp'

Browse files
Files changed (3) hide show
  1. README.md +2 -0
  2. src/about.md +0 -1
  3. src/about.py +5 -1
README.md CHANGED
@@ -7,6 +7,8 @@ sdk: gradio
7
  app_file: app.py
8
  pinned: true
9
  license: apache-2.0
 
 
10
  ---
11
 
12
  # Start the configuration
 
7
  app_file: app.py
8
  pinned: true
9
  license: apache-2.0
10
+ sdk_version: 4.38.1
11
+ arxiv: 2407.12772
12
  ---
13
 
14
  # Start the configuration
src/about.md CHANGED
@@ -1 +0,0 @@
1
-
 
 
src/about.py CHANGED
@@ -25,7 +25,11 @@ NUM_FEWSHOT = 0 # Change with your few shot
25
 
26
 
27
  # Your leaderboard name
28
- TITLE = """<h1 align="center" id="space-title">Multimodal LiveBench: Zero-Contamination Evaluation for Multimodal Models<br>on Lively Updated Internet Content</h1>"""
 
 
 
 
29
 
30
  # What does your leaderboard evaluate?
31
 
 
25
 
26
 
27
  # Your leaderboard name
28
+ TITLE = """<body>
29
+ <!-- Existing Header Content -->
30
+ <h1 align="center" id="space-title">Multimodal LiveBench</h1>
31
+ <h3 align="center">Zero-Contamination Evaluation for Multimodal Models on Lively Updated Internet Content</h3>
32
+ </body>"""
33
 
34
  # What does your leaderboard evaluate?
35