sasha HF Staff commited on
Commit
4df1b55
Β·
verified Β·
1 Parent(s): 729460c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -128,10 +128,10 @@ def get_leaderboard_models():
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("## 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.")
133
- gr.Markdown("## If you've used the [Docker file](https://github.com/huggingface/EnergyStarAI/) that we created to run your own evaluation, please submit the resulting log files at the bottom of the page.")
134
- gr.Markdown("## The [Project Leaderboard](https://huggingface.co/spaces/EnergyStarAI/2024_Leaderboard) will be updated quarterly, as new models get submitted.")
135
  with gr.Row():
136
  with gr.Column():
137
  task = gr.Dropdown(
 
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("### 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.")
133
+ gr.Markdown("### If you've used the [Docker file](https://github.com/huggingface/EnergyStarAI/) that we created to run your own evaluation, please submit the resulting log files at the bottom of the page.")
134
+ gr.Markdown("### The [Project Leaderboard](https://huggingface.co/spaces/EnergyStarAI/2024_Leaderboard) will be updated quarterly, as new models get submitted.")
135
  with gr.Row():
136
  with gr.Column():
137
  task = gr.Dropdown(