bgamazay commited on
Commit
e6c6085
·
verified ·
1 Parent(s): b5231d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -163,11 +163,11 @@ with gr.Blocks() as demo:
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():
173
  task = gr.Dropdown(
 
163
  """)
164
 
165
  # --- Main UI ---
166
+ gr.Markdown('<center>## Submission Portal</center>')
167
+ gr.Markdown('<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.</center>')
168
+ gr.Markdown('<center>If you have 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.</center>')
169
+ gr.Markdown('<center>The [Project Leaderboard](https://huggingface.co/spaces/AIEnergyScore/Leaderboard) will be updated on a biannual basis (last updated in February 2025).</center>')
170
+
171
  with gr.Row():
172
  with gr.Column():
173
  task = gr.Dropdown(