adding text
Browse files
app.py
CHANGED
@@ -46,10 +46,13 @@ demo = gr.Blocks()
|
|
46 |
|
47 |
with demo:
|
48 |
gr.Markdown(
|
49 |
-
"""# Energy Star Leaderboard
|
50 |
-
|
51 |
-
|
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():
|