yonatanbitton commited on
Commit
aaa843d
1 Parent(s): 9b245db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ df = pd.read_table('visitbench_leaderboard_Single~Image_Sep252023.tsv')
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
  """
11
  demo = gr.Blocks()
12
  with demo:
 
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: