ToughStone commited on
Commit
1ce9531
·
verified ·
1 Parent(s): 7d9d0bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -97,10 +97,10 @@ with demo:
97
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
98
  with gr.TabItem("🏅 ContextualBenchmark", elem_id="llm-benchmark-tab-table", id=0):
99
  # leaderboard = init_leaderboard(LEADERBOARD_DF)
100
- df_ic = pd.read_table("111.tsv")
101
  with gr.Blocks():
102
  with gr.Row():
103
- gr.Markdown("""# Image caption result
104
  """)
105
  with gr.Column():
106
  leaderboard_df = gr.components.DataFrame(
 
97
  with gr.Tabs(elem_classes="tab-buttons") as tabs:
98
  with gr.TabItem("🏅 ContextualBenchmark", elem_id="llm-benchmark-tab-table", id=0):
99
  # leaderboard = init_leaderboard(LEADERBOARD_DF)
100
+ df_ic = pd.read_table("image_identification.tsv")
101
  with gr.Blocks():
102
  with gr.Row():
103
+ gr.Markdown("""# Image identification result
104
  """)
105
  with gr.Column():
106
  leaderboard_df = gr.components.DataFrame(