sasha HF Staff commited on
Commit
92f0c5f
Β·
verified Β·
1 Parent(s): da0da0c

Update app.py

Browse files

adding more information

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -127,9 +127,9 @@ def get_leaderboard_models():
127
 
128
 
129
  with gr.Blocks() as demo:
130
- gr.Markdown("# Energy Star Submission Portal - v.0 (2024) 🌎 πŸ’» 🌟")
131
- gr.Markdown("## βœ‰οΈβœ¨ Submit your model here!", elem_classes="markdown-text")
132
- gr.Markdown("## Fill out below then click **Run Analysis** to create the request file and launch the job.")
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():