Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1054,6 +1054,13 @@ def build_app() -> gr.Blocks:
|
|
| 1054 |
<div class="sidebar-head">
|
| 1055 |
<p class="sidebar-kicker">KoALa-bench</p>
|
| 1056 |
<h1>Leaderboard</h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1057 |
</div>
|
| 1058 |
"""
|
| 1059 |
)
|
|
@@ -1073,13 +1080,6 @@ def build_app() -> gr.Blocks:
|
|
| 1073 |
<div>
|
| 1074 |
<p class="kicker">Korean Audio Language benchmark</p>
|
| 1075 |
<h2>Leaderboard for KoALa</h2>
|
| 1076 |
-
<a href="https://huggingface.co/datasets/scailaboratory/KoALA" target="_blank">
|
| 1077 |
-
<img
|
| 1078 |
-
src="https://img.shields.io/badge/huggingface-KoALa-yellow"
|
| 1079 |
-
alt="huggingface KoALa"
|
| 1080 |
-
style="margin-top: 30px;"
|
| 1081 |
-
/>
|
| 1082 |
-
</a>
|
| 1083 |
</div>
|
| 1084 |
</div>
|
| 1085 |
</header>
|
|
|
|
| 1054 |
<div class="sidebar-head">
|
| 1055 |
<p class="sidebar-kicker">KoALa-bench</p>
|
| 1056 |
<h1>Leaderboard</h1>
|
| 1057 |
+
<a href="https://huggingface.co/datasets/scailaboratory/KoALA" target="_blank">
|
| 1058 |
+
<img
|
| 1059 |
+
src="https://img.shields.io/badge/huggingface-KoALa-yellow"
|
| 1060 |
+
alt="huggingface KoALa"
|
| 1061 |
+
style="margin-top: 30px;"
|
| 1062 |
+
/>
|
| 1063 |
+
</a>
|
| 1064 |
</div>
|
| 1065 |
"""
|
| 1066 |
)
|
|
|
|
| 1080 |
<div>
|
| 1081 |
<p class="kicker">Korean Audio Language benchmark</p>
|
| 1082 |
<h2>Leaderboard for KoALa</h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1083 |
</div>
|
| 1084 |
</div>
|
| 1085 |
</header>
|