Spaces:
AIR-Bench
/
Running on CPU Upgrade

hanhainebula commited on
Commit
30f9433
1 Parent(s): 19e0291

update about.py

Browse files
Files changed (1) hide show
  1. src/about.py +2 -2
src/about.py CHANGED
@@ -24,9 +24,9 @@ BENCHMARKS_TEXT = f"""
24
  EVALUATION_QUEUE_TEXT = """
25
  ## Check out the submission steps at [our GitHub repo](https://github.com/AIR-Bench/AIR-Bench/blob/main/docs/submit_to_leaderboard.md)
26
 
27
- ## You can find the **STATUS of Your Submission** in the [Backend Space](https://huggingface.co/spaces/AIR-Bench/leaderboard_backend).
28
 
29
- - If the status is **✔️ Success**, then you can find your results in the [Leaderboard Space](https://huggingface.co/spaces/AIR-Bench/leaderboard).
30
  - If the status is **❌ Failed**, please check your submission steps and try again. If you have any questions, please feel free to open an issue [here](https://github.com/AIR-Bench/AIR-Bench/issues/new).
31
  """
32
 
 
24
  EVALUATION_QUEUE_TEXT = """
25
  ## Check out the submission steps at [our GitHub repo](https://github.com/AIR-Bench/AIR-Bench/blob/main/docs/submit_to_leaderboard.md)
26
 
27
+ ## You can find the **STATUS of Your Submission** at the [Backend Space](https://huggingface.co/spaces/AIR-Bench/leaderboard_backend).
28
 
29
+ - If the status is **✔️ Success**, then you can find your results at the [Leaderboard Space](https://huggingface.co/spaces/AIR-Bench/leaderboard) in no more than one hour.
30
  - If the status is **❌ Failed**, please check your submission steps and try again. If you have any questions, please feel free to open an issue [here](https://github.com/AIR-Bench/AIR-Bench/issues/new).
31
  """
32