Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
176 |
-
|
177 |
# with gr.Accordion("Models that are in the latest leaderboard version:", open=False):
|
178 |
-
#
|
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()
|