Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ def print_existing_models():
|
|
147 |
return model_list
|
148 |
|
149 |
with gr.Blocks() as demo:
|
150 |
-
gr.Markdown("#Energy Star Submission Portal - v.0 (2024) π π» π")
|
151 |
gr.Markdown("## βοΈβ¨ Submit your model here!", elem_classes="markdown-text")
|
152 |
gr.Markdown("## Fill out below then click **Run Analysis** to create the request file and launch the job.")
|
153 |
gr.Markdown("## The [Project Leaderboard](https://huggingface.co/spaces/EnergyStarAI/2024_Leaderboard) will be updated quarterly, as new models get submitted.")
|
|
|
147 |
return model_list
|
148 |
|
149 |
with gr.Blocks() as demo:
|
150 |
+
gr.Markdown("# Energy Star Submission Portal - v.0 (2024) π π» π")
|
151 |
gr.Markdown("## βοΈβ¨ Submit your model here!", elem_classes="markdown-text")
|
152 |
gr.Markdown("## Fill out below then click **Run Analysis** to create the request file and launch the job.")
|
153 |
gr.Markdown("## The [Project Leaderboard](https://huggingface.co/spaces/EnergyStarAI/2024_Leaderboard) will be updated quarterly, as new models get submitted.")
|