yonatanbitton commited on
Commit
c6c05f8
1 Parent(s): 60ec340

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -3,8 +3,10 @@ import pandas as pd
3
 
4
  df = pd.read_table("visit_bench_leaderboard.tsv")
5
 
6
- headline = """# VisIT-Bench Leaderboard"""
7
 
 
 
8
  demo = gr.Blocks()
9
  with demo:
10
  with gr.Row():
 
3
 
4
  df = pd.read_table("visit_bench_leaderboard.tsv")
5
 
6
+ headline = """# VisIT-Bench Leaderboard
7
 
8
+ 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]).
9
+ """
10
  demo = gr.Blocks()
11
  with demo:
12
  with gr.Row():