Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ with gr.Blocks() as demo:
|
|
165 |
],
|
166 |
outputs=submission_result,
|
167 |
)
|
168 |
-
|
169 |
with gr.Column():
|
170 |
with gr.Accordion("Submit log files from a Docker run:", open=False):
|
171 |
gr.Markdown("If you've 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:")
|
|
|
165 |
],
|
166 |
outputs=submission_result,
|
167 |
)
|
168 |
+
with gr.Row():
|
169 |
with gr.Column():
|
170 |
with gr.Accordion("Submit log files from a Docker run:", open=False):
|
171 |
gr.Markdown("If you've 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:")
|