sasha HF staff commited on
Commit
eeac322
·
verified ·
1 Parent(s): a12219a

Update app.py

Browse files

changing star to score

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -6,7 +6,7 @@ import plotly.express as px
6
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
7
  CITATION_BUTTON_TEXT = r"""@misc{energystarai-leaderboard,
8
  author = {Sasha Luccioni and Boris Gamazaychikov and Emma Strubell and Sara Hooker and Yacine Jernite and Carole-Jean Wu and Margaret Mitchell},
9
- title = {Energy Star AI Leaderboard v.0},
10
  year = {2024},
11
  publisher = {Hugging Face},
12
  howpublished = "\url{https://huggingface.co/spaces/EnergyStarAI/2024_Leaderboard}",
@@ -108,8 +108,8 @@ demo = gr.Blocks()
108
 
109
  with demo:
110
  gr.Markdown(
111
- """# Energy Star Leaderboard - v.0 (2024) 🌎 💻 🌟
112
- ### Welcome to the leaderboard for the [AI Energy Star Project!](https://huggingface.co/EnergyStarAI)
113
  Click through the tasks below to see how different models measure up in terms of energy efficiency"""
114
  )
115
  gr.Markdown(
 
6
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
7
  CITATION_BUTTON_TEXT = r"""@misc{energystarai-leaderboard,
8
  author = {Sasha Luccioni and Boris Gamazaychikov and Emma Strubell and Sara Hooker and Yacine Jernite and Carole-Jean Wu and Margaret Mitchell},
9
+ title = {AI Energy Score Leaderboard v.0},
10
  year = {2024},
11
  publisher = {Hugging Face},
12
  howpublished = "\url{https://huggingface.co/spaces/EnergyStarAI/2024_Leaderboard}",
 
108
 
109
  with demo:
110
  gr.Markdown(
111
+ """# AI Energy Score Leaderboard - v.0 (2024) 🌎 💻 🌟
112
+ ### Welcome to the leaderboard for the [AI Energy Score Project!](https://huggingface.co/EnergyStarAI)
113
  Click through the tasks below to see how different models measure up in terms of energy efficiency"""
114
  )
115
  gr.Markdown(