yonatanbitton commited on
Commit
5af77a1
1 Parent(s): 29a84a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ df = pd.read_table('visitbench_leaderboard_Single~Image_Nov072023.tsv')
6
 
7
  headline = """# VisIT-Bench Leaderboard
8
 
9
- To submit your results to the leaderboard, please add a "predictions" column to [this csv](https://huggingface.co/datasets/mlfoundations/VisIT-Bench/blob/main/visit_bench_single_image.csv), and send to [this mail](mailto:[email protected]).
10
- Please include in your email 1) a name for your model, 2) your team name (including your affiliation), and optionally, 3) a github repo or paper link.
11
  """
12
  demo = gr.Blocks()
13
  with demo:
 
6
 
7
  headline = """# VisIT-Bench Leaderboard
8
 
9
+ To submit your results to the leaderboard, you can run our auto-evaluation code, following the instructions [here](https://github.com/Hritikbansal/visit_bench_sandbox). Once you are happy with the results, you can send to [this mail](mailto:[email protected]).
10
+ Please include in your email 1) a name for your model, 2) your team name (including your affiliation), and optionally, 3) a github repo or paper link. Please also attach your predictions: you can add a "predictions" column to [this csv](https://huggingface.co/datasets/mlfoundations/VisIT-Bench/blob/main/visit_bench_single_image.csv).
11
  """
12
  demo = gr.Blocks()
13
  with demo: