Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
948307e
1
Parent(s):
a880ddc
Decrease model parameter limit from 5000 to 3500 in create_leaderboard_tab function
Browse files- leaderboard_tab.py +1 -1
leaderboard_tab.py
CHANGED
@@ -63,7 +63,7 @@ def create_leaderboard_tab(
|
|
63 |
update_function,
|
64 |
about_section,
|
65 |
task_type,
|
66 |
-
model_param_limit=
|
67 |
):
|
68 |
"""
|
69 |
Create a complete leaderboard tab with search, column selection, and data display.
|
|
|
63 |
update_function,
|
64 |
about_section,
|
65 |
task_type,
|
66 |
+
model_param_limit=3500,
|
67 |
):
|
68 |
"""
|
69 |
Create a complete leaderboard tab with search, column selection, and data display.
|