sasha HF Staff commited on
Commit
0da28ea
·
verified ·
1 Parent(s): e0c2ce1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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()