echo840 commited on
Commit
7461035
1 Parent(s): 4d7cf5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -245,6 +245,7 @@ def build_leaderboard_tab(leaderboard_table_file, text_recog_file, show_plot=Fal
245
  pass
246
  md_tail = f"""
247
  # Notice
 
248
  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."""
249
  gr.Markdown(md_tail, elem_id="leaderboard_markdown")
250
 
 
245
  pass
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