sasha HF Staff commited on
Commit
d2d483d
·
verified ·
1 Parent(s): 0f89166

Update app.py

Browse files

adding upload button for now

Files changed (1) hide show
  1. app.py +3 -0
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):