Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ LEADERBORAD_INTRODUCTION = """# AutoEval-Video Leaderboard
|
|
15 |
"""
|
16 |
|
17 |
SUBMIT_INTRODUCTION = """# Submit Introduction
|
18 |
-
1. Format your model output as a JSON file, following the [
|
19 |
2. Assign a unique "model name" for your results.
|
20 |
3. Include the link to your model's repository with each submission.
|
21 |
4. After selecting 'Evaluation', allow approximately one hour for your model's results to be processed. To view the most recent results in the leaderboard, click 'Refresh'.
|
|
|
15 |
"""
|
16 |
|
17 |
SUBMIT_INTRODUCTION = """# Submit Introduction
|
18 |
+
1. Format your model output as a JSON file, following the example provided in our [GitHub repository](https://github.com/Xiuyuan-Chen/AutoEval-Video/blob/main/prediction_sample.json).
|
19 |
2. Assign a unique "model name" for your results.
|
20 |
3. Include the link to your model's repository with each submission.
|
21 |
4. After selecting 'Evaluation', allow approximately one hour for your model's results to be processed. To view the most recent results in the leaderboard, click 'Refresh'.
|