lovodkin93
commited on
Commit
•
0db4205
1
Parent(s):
bfeafb5
Update app.py
Browse files
app.py
CHANGED
@@ -4,10 +4,10 @@ import pandas as pd
|
|
4 |
# df = pd.read_table("visit_bench_leaderboard.tsv")
|
5 |
df = pd.read_table('visitbench_leaderboard_Single~Image_Nov072023.tsv')
|
6 |
|
7 |
-
headline = """#
|
8 |
|
9 |
-
|
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:
|
|
|
4 |
# df = pd.read_table("visit_bench_leaderboard.tsv")
|
5 |
df = pd.read_table('visitbench_leaderboard_Single~Image_Nov072023.tsv')
|
6 |
|
7 |
+
headline = """# FuseReviews Leaderboard
|
8 |
|
9 |
+
When submitting your results to the leaderboard, please make sure it is in a csv file with a single column "predictions". Make sure the predictions align to the testset order. Please send your predictions to [this mail](mailto:lovodkin93@gmail.com).
|
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:
|