Spaces:
Running
Running
Update app.py
Browse filesadding upload button for now
app.py
CHANGED
@@ -139,6 +139,9 @@ with gr.Blocks() as demo:
|
|
139 |
],
|
140 |
outputs=submission_result,
|
141 |
)
|
|
|
|
|
|
|
142 |
with gr.Row():
|
143 |
with gr.Column():
|
144 |
with gr.Accordion("Models that are in the latest leaderboard version:", open = False):
|
|
|
139 |
],
|
140 |
outputs=submission_result,
|
141 |
)
|
142 |
+
with gr.Row():
|
143 |
+
gr.Markdown("If you already benchmarked your model using the [Docker file](https://github.com/huggingface/EnergyStarAI/) provided, please upload the **entire run log directory** (in .zip format) below:")
|
144 |
+
u = gr.UploadButton("Upload a zip file with logs", file_count="single")
|
145 |
with gr.Row():
|
146 |
with gr.Column():
|
147 |
with gr.Accordion("Models that are in the latest leaderboard version:", open = False):
|