Spaces:
Running
Running
simonduerr
commited on
Commit
•
c4f6e95
1
Parent(s):
bf786f6
Update app.py
Browse files
app.py
CHANGED
@@ -65,11 +65,7 @@ plinder_df = pd.read_json(str(abs_path / "leaderboard_plinder.json"))
|
|
65 |
|
66 |
with gr.Blocks() as demo:
|
67 |
gr.Markdown("""
|
68 |
-
# MLSB 2024
|
69 |
-
|
70 |
-
Please find more details about the challenge on [mlsb.io/#challenge](https://www.mlsb.io/#challenge).
|
71 |
-
|
72 |
-
This competition is run together with VantAI, NVidia, Huggingface & University of Basel.
|
73 |
""")
|
74 |
|
75 |
|
@@ -121,5 +117,8 @@ with gr.Blocks() as demo:
|
|
121 |
|
122 |
submit_btn.click(submit, inputs=[model_name, model_id, challenge, submission_id, paper_link, architecture, license], outputs=[])
|
123 |
|
|
|
|
|
|
|
124 |
if __name__ == "__main__":
|
125 |
demo.launch()
|
|
|
65 |
|
66 |
with gr.Blocks() as demo:
|
67 |
gr.Markdown("""
|
68 |
+
# MLSB 2024 Leaderboard
|
|
|
|
|
|
|
|
|
69 |
""")
|
70 |
|
71 |
|
|
|
117 |
|
118 |
submit_btn.click(submit, inputs=[model_name, model_id, challenge, submission_id, paper_link, architecture, license], outputs=[])
|
119 |
|
120 |
+
gr.Markdown("""
|
121 |
+
Please find more information about the challenges on [mlsb.io/#challenge](https://mlsb.io/#challenge)""")
|
122 |
+
|
123 |
if __name__ == "__main__":
|
124 |
demo.launch()
|