ling99 commited on
Commit
c02258c
·
verified ·
1 Parent(s): 7ae6cbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ def build_leaderboard_tab(leaderboard_table_file, leaderboard_table_file_2, show
212
  elem_id="arena_leaderboard_dataframe",
213
  wrap=False,
214
  )
215
- with gr.Tab("Text Recognition", id=1):
216
  arena_table_vals = get_cn_table(model_table_df_2)
217
  md = "OCRBench is a comprehensive evaluation benchmark designed to assess the OCR capabilities of Large Multimodal Models. It comprises five components: Text Recognition, SceneText-Centric VQA, Document-Oriented VQA, Key Information Extraction, and Handwritten Mathematical Expression Recognition. The benchmark includes 1000 question-answer pairs, and all the answers undergo manual verification and correction to ensure a more precise evaluation."
218
  gr.Markdown(md, elem_id="leaderboard_markdown")
 
212
  elem_id="arena_leaderboard_dataframe",
213
  wrap=False,
214
  )
215
+ with gr.Tab("OCRBench v2 cn", id=1):
216
  arena_table_vals = get_cn_table(model_table_df_2)
217
  md = "OCRBench is a comprehensive evaluation benchmark designed to assess the OCR capabilities of Large Multimodal Models. It comprises five components: Text Recognition, SceneText-Centric VQA, Document-Oriented VQA, Key Information Extraction, and Handwritten Mathematical Expression Recognition. The benchmark includes 1000 question-answer pairs, and all the answers undergo manual verification and correction to ensure a more precise evaluation."
218
  gr.Markdown(md, elem_id="leaderboard_markdown")