Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -254,7 +254,7 @@ def build_leaderboard_tab(leaderboard_table_file_en, leaderboard_table_file_cn,
|
|
254 |
md_tail = f"""
|
255 |
# Notice
|
256 |
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.
|
257 |
-
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
|
258 |
gr.Markdown(md_tail, elem_id="leaderboard_markdown")
|
259 |
|
260 |
def build_demo(leaderboard_table_file_en, leaderboard_table_file_cn):
|
|
|
254 |
md_tail = f"""
|
255 |
# Notice
|
256 |
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.
|
257 |
+
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 ling_fu@hust.edu.cn. We will update the leaderboard in time."""
|
258 |
gr.Markdown(md_tail, elem_id="leaderboard_markdown")
|
259 |
|
260 |
def build_demo(leaderboard_table_file_en, leaderboard_table_file_cn):
|