sasha HF staff commited on
Commit
655d435
β€’
1 Parent(s): 9563b89

adding text

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -46,10 +46,13 @@ demo = gr.Blocks()
46
 
47
  with demo:
48
  gr.Markdown(
49
- """# Energy Star Leaderboard
50
-
51
- TODO """
52
  )
 
 
 
53
  with gr.Tabs():
54
  with gr.TabItem("Text Generation πŸ’¬"):
55
  with gr.Row():
 
46
 
47
  with demo:
48
  gr.Markdown(
49
+ """# Energy Star Leaderboard - v.1 (2024)
50
+ ### Welcome to the leaderboard for the [AI Energy Star Project!](https://huggingface.co/EnergyStarAI)
51
+ Click through the tasks below to see how different models measure up in terms of energy efficiency"""
52
  )
53
+ gr.Markdown(
54
+ """Test your own models via the [submission portal (TODO)]."""
55
+ )
56
  with gr.Tabs():
57
  with gr.TabItem("Text Generation πŸ’¬"):
58
  with gr.Row():