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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ df = pd.read_table('visitbench_leaderboard_Single~Image_Nov072023.tsv')
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:
 
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/raw/main/test/metadata.csv).
11
  """
12
  demo = gr.Blocks()
13
  with demo: