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