tellarin commited on
Commit
2056154
·
verified ·
1 Parent(s): 028d9de

Update submission instructions

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 can process the input formats specified in the dataset structure (i.e., images and videos).<br>
738
- 2. Reach out to the BAAI-Agents team via e-mail at <code style="background:#e2e8f0;padding:2px 6px;border-radius:4px;">baai-agents at baai.ac.cn</code>.<br>
739
- 3. We will provide instructions on how to submit your model for predictions on the full-set evaluation.
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
  """)