Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -163,10 +163,10 @@ with gr.Blocks() as demo:
|
|
163 |
""")
|
164 |
|
165 |
# --- Main UI ---
|
166 |
-
gr.Markdown("
|
167 |
-
gr.Markdown("If you want us to evaluate a model hosted on the 🤗 Hub, enter the model ID and choose the corresponding task from the dropdown list below, then click **Run Analysis** to launch the benchmarking process
|
168 |
-
gr.Markdown("If you've used the [Docker file](https://github.com/huggingface/AIEnergyScore/) to run your own evaluation, please submit the resulting log files at the bottom of the page
|
169 |
-
gr.Markdown("The [Project Leaderboard](https://huggingface.co/spaces/AIEnergyScore/Leaderboard) will be updated on a biannual basis (last updated in February 2025)
|
170 |
|
171 |
with gr.Row():
|
172 |
with gr.Column():
|
|
|
163 |
""")
|
164 |
|
165 |
# --- Main UI ---
|
166 |
+
gr.Markdown('<div style="text-align: center;">## Submission Portal</div>')
|
167 |
+
gr.Markdown('<div style="text-align: center;">If you want us to evaluate a model hosted on the 🤗 Hub, enter the model ID and choose the corresponding task from the dropdown list below, then click **Run Analysis** to launch the benchmarking process.</div>')
|
168 |
+
gr.Markdown('<div style="text-align: center;">If you've used the [Docker file](https://github.com/huggingface/AIEnergyScore/) to run your own evaluation, please submit the resulting log files at the bottom of the page.</div>')
|
169 |
+
gr.Markdown('<div style="text-align: center;">The [Project Leaderboard](https://huggingface.co/spaces/AIEnergyScore/Leaderboard) will be updated on a biannual basis (last updated in February 2025).</div>')
|
170 |
|
171 |
with gr.Row():
|
172 |
with gr.Column():
|