echo840 commited on
Commit
756b583
1 Parent(s): 7461035

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ def build_leaderboard_tab(leaderboard_table_file, text_recog_file, show_plot=Fal
246
  md_tail = f"""
247
  # Notice
248
  Sometimes, API calls to closed-source models may not succeed. In such cases, we will repeat the calls for unsuccessful samples until it becomes impossible to obtain a successful response. It is important to note that due to rigorous security reviews by OpenAI, GPT4V refuses to provide results for the 84 samples in OCRBench.
249
- If you would like to include your model in the OCRBench leaderboard, please follow the evaluation instructions provided on [GitHub](https://github.com/Yuliang-Liu/MultimodalOCR) and feel free to contact us via email at zhangli123@hust.edu.cn. We will update the leaderboard in time."""
250
  gr.Markdown(md_tail, elem_id="leaderboard_markdown")
251
 
252
  def build_demo(leaderboard_table_file, recog_table_file):
 
246
  md_tail = f"""
247
  # Notice
248
  Sometimes, API calls to closed-source models may not succeed. In such cases, we will repeat the calls for unsuccessful samples until it becomes impossible to obtain a successful response. It is important to note that due to rigorous security reviews by OpenAI, GPT4V refuses to provide results for the 84 samples in OCRBench.
249
+ If you would like to include your model in the OCRBench leaderboard, please follow the evaluation instructions provided on [GitHub](https://github.com/Yuliang-Liu/MultimodalOCR), [VLMEvalKit](https://github.com/open-compass/VLMEvalKit) or [lmms-eval](https://github.com/EvolvingLMMs-Lab/lmms-eval) and feel free to contact us via email at zhangli123@hust.edu.cn. We will update the leaderboard in time."""
250
  gr.Markdown(md_tail, elem_id="leaderboard_markdown")
251
 
252
  def build_demo(leaderboard_table_file, recog_table_file):