Spaces:
Sleeping
Sleeping
Commit
·
68417e5
1
Parent(s):
42d7fe0
upgrade leaderboard
Browse files
app.py
CHANGED
|
@@ -990,9 +990,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 990 |
)
|
| 991 |
|
| 992 |
# Initial table update
|
| 993 |
-
|
| 994 |
-
|
| 995 |
-
# print(all_dfs)
|
| 996 |
|
| 997 |
# Launch the application
|
| 998 |
demo.launch()
|
|
|
|
| 990 |
)
|
| 991 |
|
| 992 |
# Initial table update
|
| 993 |
+
demo.load(update_tables, inputs=[model_type_filter], outputs=all_dfs)
|
|
|
|
|
|
|
| 994 |
|
| 995 |
# Launch the application
|
| 996 |
demo.launch()
|