Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -139,6 +139,6 @@ with gr.Blocks() as demo:
|
|
139 |
with gr.Column():
|
140 |
with gr.Accordion("Models that are in the latest leaderboard version:", open = False):
|
141 |
gr.Dataframe(get_leaderboard_models())
|
142 |
-
with gr.Accordion("Models that have been benchmarked lately:", open = False):
|
143 |
-
gr.Dataframe(print_existing_models())
|
144 |
demo.launch()
|
|
|
139 |
with gr.Column():
|
140 |
with gr.Accordion("Models that are in the latest leaderboard version:", open = False):
|
141 |
gr.Dataframe(get_leaderboard_models())
|
142 |
+
# with gr.Accordion("Models that have been benchmarked lately:", open = False):
|
143 |
+
# gr.Dataframe(print_existing_models())
|
144 |
demo.launch()
|