Spaces:
Sleeping
Sleeping
Adding date and name, just in case
Browse files
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()
|