nitzanguetta commited on
Commit
f77e6a2
1 Parent(s): b2a4111

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -2,9 +2,9 @@ import gradio as gr
2
  import pandas as pd
3
 
4
 
5
- df = pd.read_table("WHOOPS-Leaderboard-Full.tsv")
6
- headline = """# WHOOPS! Leaderboard Full
7
- To submit your results to the leaderboard, please add a "predictions" column to [this csv](https://huggingface.co/datasets/nlphuji/whoops/blob/main/whoops_dataset.csv), and send to [this mail](mailto:[email protected]) or [this mail](mailto:whoops.[email protected],).
8
  """
9
 
10
  demo = gr.Blocks()
 
2
  import pandas as pd
3
 
4
 
5
+ df = pd.read_table("Visual-Riddles-Leaderboard.tsv")
6
+ headline = """# Visual Riddles Leaderboard 🚀
7
+ To submit your results to the leaderboard, please add a new column with your predictions to [this csv](https://huggingface.co/datasets/visual-riddles/visual_riddles/blob/main/test/metadata.csv), and send to [this mail](mailto:[email protected]).
8
  """
9
 
10
  demo = gr.Blocks()