Update app.py
Browse filesadd link to submission portal
app.py
CHANGED
@@ -113,7 +113,7 @@ with demo:
|
|
113 |
Click through the tasks below to see how different models measure up in terms of energy efficiency"""
|
114 |
)
|
115 |
gr.Markdown(
|
116 |
-
"""Test your own models via the [submission portal
|
117 |
)
|
118 |
with gr.Tabs():
|
119 |
with gr.TabItem("Text Generation π¬"):
|
|
|
113 |
Click through the tasks below to see how different models measure up in terms of energy efficiency"""
|
114 |
)
|
115 |
gr.Markdown(
|
116 |
+
"""Test your own models via the [submission portal](https://huggingface.co/spaces/AIEnergyScore/submission_portal)!"""
|
117 |
)
|
118 |
with gr.Tabs():
|
119 |
with gr.TabItem("Text Generation π¬"):
|