bgamazay commited on
Commit
9a7a5b0
·
verified ·
1 Parent(s): 6df5542

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -172,10 +172,10 @@ with gr.Blocks() as demo:
172
  file_output = gr.File(visible=False)
173
  u = gr.UploadButton("Upload a zip file with logs", file_count="single")
174
  u.upload(add_docker_eval, u, file_output)
175
- # with gr.Row():
176
- # with gr.Column():
177
  # with gr.Accordion("Models that are in the latest leaderboard version:", open=False):
178
- # gr.Dataframe(get_leaderboard_models())
179
  # with gr.Accordion("Models that have been benchmarked recently:", open=False):
180
  # gr.Dataframe(formatted_df)
181
  demo.launch()
 
172
  file_output = gr.File(visible=False)
173
  u = gr.UploadButton("Upload a zip file with logs", file_count="single")
174
  u.upload(add_docker_eval, u, file_output)
175
+ with gr.Row():
176
+ with gr.Column():
177
  # with gr.Accordion("Models that are in the latest leaderboard version:", open=False):
178
+ # gr.Dataframe(get_leaderboard_models())
179
  # with gr.Accordion("Models that have been benchmarked recently:", open=False):
180
  # gr.Dataframe(formatted_df)
181
  demo.launch()