Ayanami0730 commited on
Commit
2f64f8a
·
1 Parent(s): 71d9111

Update links

Browse files
Files changed (2) hide show
  1. app.py +4 -4
  2. create_leaderboard.py +2 -2
app.py CHANGED
@@ -7,10 +7,10 @@ DeepResearch Bench HF Space 入口文件
7
  from __future__ import annotations
8
  from create_leaderboard import demo
9
 
10
- # 在Hugging Face Space中运行
11
  if __name__ == "__main__":
12
  demo.launch(
13
- server_name="0.0.0.0", # 必须这样设置以允许外部访问
14
- share=False, # HF Space 自己有分享功能,无需额外分享
15
- show_api=False, # 隐藏API文档页面
16
  )
 
7
  from __future__ import annotations
8
  from create_leaderboard import demo
9
 
10
+
11
  if __name__ == "__main__":
12
  demo.launch(
13
+ server_name="0.0.0.0",
14
+ share=False,
15
+ show_api=False,
16
  )
create_leaderboard.py CHANGED
@@ -62,9 +62,9 @@ with gr.Blocks(title="DeepResearch Bench") as demo:
62
 
63
  <div class="intro-block">
64
  The research aims to comprehensively evaluate the capabilities of Deep Research Agents.<br>
65
- <a href="#" target="_blank">Code</a> |
66
  <a href="https://deepresearch-bench.github.io" target="_blank">Website</a> |
67
- <a href="#" target="_blank">Paper</a> |
68
  <a href="#" target="_blank">Eval Dataset</a> |
69
  Total models: 16 | Last Update: 28 May 2025
70
  </div>
 
62
 
63
  <div class="intro-block">
64
  The research aims to comprehensively evaluate the capabilities of Deep Research Agents.<br>
65
+ <a href="https://github.com/Ayanami0730/deep_research_bench" target="_blank">Code</a> |
66
  <a href="https://deepresearch-bench.github.io" target="_blank">Website</a> |
67
+ <a href="https://arxiv.org/abs/2506.11763" target="_blank">Paper</a> |
68
  <a href="#" target="_blank">Eval Dataset</a> |
69
  Total models: 16 | Last Update: 28 May 2025
70
  </div>