Spaces:
Running
Running
simonduerr
commited on
Commit
•
5546144
1
Parent(s):
1bbfb6f
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,14 @@ with gr.Blocks() as demo:
|
|
99 |
)
|
100 |
with gr.Tab("✉️ Submit"):
|
101 |
gr.Markdown("""## Submit your model
|
102 |
-
Submit your model to the leaderboard
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
""")
|
104 |
model_name = gr.Textbox(label="Model name")
|
105 |
model_id = gr.Textbox(label="username/space e.g mlsb/alphafold3")
|
|
|
99 |
)
|
100 |
with gr.Tab("✉️ Submit"):
|
101 |
gr.Markdown("""## Submit your model
|
102 |
+
Submit your model to the leaderboard using the below form AFTER following the following steps:
|
103 |
+
- Create a HuggingFace account and request to join the [MLSB organization](https://huggingface.co/MLSB)
|
104 |
+
- Create a new space in the MLSB organization and add your model using the inference templates: https://huggingface.co/new-space?owner=MLSB
|
105 |
+
- Fill the submission form.
|
106 |
+
|
107 |
+
After a brief technical review by our organizers we will grant you a free GPU until MLSB so that anyone can play with the model and we will run the evaluation.
|
108 |
+
|
109 |
+
If you have a questions please email: workshopmlsb@gmail.com
|
110 |
""")
|
111 |
model_name = gr.Textbox(label="Model name")
|
112 |
model_id = gr.Textbox(label="username/space e.g mlsb/alphafold3")
|