sasha HF staff commited on
Commit
f4a0e9d
β€’
1 Parent(s): 5c13955

Adding date and name, just in case

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -135,4 +135,6 @@ with demo:
135
  We developed and used a [Docker container](https://github.com/huggingface/EnergyStarAI/) to maximize the reproducibility of results, and to enable members of the community to benchmark internal models.
136
  Reach out to us if you want to collaborate!
137
  """)
 
 
138
  demo.launch()
 
135
  We developed and used a [Docker container](https://github.com/huggingface/EnergyStarAI/) to maximize the reproducibility of results, and to enable members of the community to benchmark internal models.
136
  Reach out to us if you want to collaborate!
137
  """)
138
+ gr.Markdown(
139
+ """Last updated: September 20th, 2024 by [Sasha Luccioni](https://huggingface.co/sasha)""")
140
  demo.launch()