Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -163,11 +163,11 @@ with gr.Blocks() as demo:
|
|
163 |
""")
|
164 |
|
165 |
# --- Main UI ---
|
166 |
-
gr.Markdown('<
|
167 |
-
gr.Markdown('<
|
168 |
-
gr.Markdown('<
|
169 |
-
gr.Markdown('<
|
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(
|