Update submission instructions
Browse files
app.py
CHANGED
|
@@ -734,9 +734,9 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as demo:
|
|
| 734 |
<div class="legend-box">
|
| 735 |
<h3>🚀 How to Participate</h3>
|
| 736 |
<div style="color:#475569;font-size:0.9rem;line-height:1.7;">
|
| 737 |
-
1. Ensure your model
|
| 738 |
-
2.
|
| 739 |
-
3.
|
| 740 |
</div>
|
| 741 |
</div>
|
| 742 |
""")
|
|
|
|
| 734 |
<div class="legend-box">
|
| 735 |
<h3>🚀 How to Participate</h3>
|
| 736 |
<div style="color:#475569;font-size:0.9rem;line-height:1.7;">
|
| 737 |
+
1. Ensure your model inference supports the input formats specified in the dataset structure (i.e., images and videos).<br>
|
| 738 |
+
2. Contact the BAAI-Agents team via e-mail: <code style="background:#e2e8f0;padding:2px 6px;border-radius:4px;">baai-agents at baai.ac.cn</code>.<br>
|
| 739 |
+
3. Upon confirmation, we will provide detailed instructions on how to submit your model for full-set evaluation.
|
| 740 |
</div>
|
| 741 |
</div>
|
| 742 |
""")
|