Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
open-llm-leaderboard
/
comparator
like
59
Running
App
Files
Files
Community
1
albertvillanova
HF staff
commited on
about 1 month ago
Commit
85b3821
•
1 Parent(s):
2436603
Fix duplicate loading
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -32,7 +32,6 @@ DEFAULT_HTML_TABLE = """
32
</table>
33
"""
34
35
-
latest_result_path_per_model = filter_latest_result_path_per_model(fetch_result_paths())
36
37
fs = HfFileSystem()
38
32
</table>
33
"""
34
35
36
fs = HfFileSystem()
37