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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -161,13 +161,11 @@ with gr.Blocks() as demo:
161
  style="display: block; margin: 0 auto; max-width: 300px; height: auto;">
162
  </div>
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(
 
161
  style="display: block; margin: 0 auto; max-width: 300px; height: auto;">
162
  </div>
163
  """)
164
+ gr.Markdown('<div style="text-align: center;"><h2>Submission Portal</h2></div>')
165
+ 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 <strong>Run Analysis</strong> to launch the benchmarking process.</div>')
166
+ gr.Markdown('<div style="text-align: center;">If you\'ve used the <a href="https://github.com/huggingface/AIEnergyScore/">Docker file</a> to run your own evaluation, please submit the resulting log files at the bottom of the page.</div>')
167
+ gr.Markdown('<div style="text-align: center;">The <a href="https://huggingface.co/spaces/AIEnergyScore/Leaderboard">Project Leaderboard</a> will be updated on a biannual basis (last updated in February 2025).</div>')
168
 
 
 
 
 
 
 
169
  with gr.Row():
170
  with gr.Column():
171
  task = gr.Dropdown(