Spaces:
Running
Running
Update app.py
Browse filesadding more information
app.py
CHANGED
@@ -127,9 +127,9 @@ def get_leaderboard_models():
|
|
127 |
|
128 |
|
129 |
with gr.Blocks() as demo:
|
130 |
-
gr.Markdown("# Energy
|
131 |
-
gr.Markdown("##
|
132 |
-
gr.Markdown("##
|
133 |
gr.Markdown("## The [Project Leaderboard](https://huggingface.co/spaces/EnergyStarAI/2024_Leaderboard) will be updated quarterly, as new models get submitted.")
|
134 |
with gr.Row():
|
135 |
with gr.Column():
|
|
|
127 |
|
128 |
|
129 |
with gr.Blocks() as demo:
|
130 |
+
gr.Markdown("# Energy Score Submission Portal - v.0 (Fall 2024) π π» π")
|
131 |
+
gr.Markdown("## The goal of the AI Energy Score project is to develop an energy-based rating system for AI model deployment that will guide members of the community in choosing models for different tasks based on energy efficiency.", elem_classes="markdown-text")
|
132 |
+
gr.Markdown("## β¨ Choose an appropriate task-model combination from the dropdown lists below then click **Run Analysis** to launch the benchmarking process.")
|
133 |
gr.Markdown("## The [Project Leaderboard](https://huggingface.co/spaces/EnergyStarAI/2024_Leaderboard) will be updated quarterly, as new models get submitted.")
|
134 |
with gr.Row():
|
135 |
with gr.Column():
|