khhuiyh commited on
Commit
bd8fda7
·
1 Parent(s): f15e042

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ 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'.
22
  """
23
  # SUBMIT_INTRODUCTION = """# Submit Introduction
24
  # For example, if you want to upload GPT-4V's result in the leaderboard, you need to:
 
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 clicking "Evaluate", allow approximately one hour for your model's results to be processed. To view the most recent results in the leaderboard, click "Refresh".
22
  """
23
  # SUBMIT_INTRODUCTION = """# Submit Introduction
24
  # For example, if you want to upload GPT-4V's result in the leaderboard, you need to: