Spaces:
Running
Running
add remark on model submit
Browse files- src/pages/submit.py +1 -0
src/pages/submit.py
CHANGED
@@ -44,6 +44,7 @@ def show_submit_page(index: int):
|
|
44 |
with gr.Column():
|
45 |
model_name_textbox = gr.Textbox(label="Huggingface Model")
|
46 |
link_to_model_blog = gr.Textbox(label="Link to model release blog / technical report")
|
|
|
47 |
|
48 |
submit_button = gr.Button("Submit Model")
|
49 |
submission_result = gr.Markdown()
|
|
|
44 |
with gr.Column():
|
45 |
model_name_textbox = gr.Textbox(label="Huggingface Model")
|
46 |
link_to_model_blog = gr.Textbox(label="Link to model release blog / technical report")
|
47 |
+
gr.Markdown("* The evaluation will be run manually in batches. Please allow up to one week for processing.")
|
48 |
|
49 |
submit_button = gr.Button("Submit Model")
|
50 |
submission_result = gr.Markdown()
|