Spaces:
Running
Running
Merge branch 'pufanyi/tmp'
Browse files- README.md +2 -0
- src/about.md +0 -1
- 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 = """<
|
|
|
|
|
|
|
|
|
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 |
|