Commit
·
2f64f8a
1
Parent(s):
71d9111
Update links
Browse files- app.py +4 -4
- 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 |
-
|
11 |
if __name__ == "__main__":
|
12 |
demo.launch(
|
13 |
-
server_name="0.0.0.0",
|
14 |
-
share=False,
|
15 |
-
show_api=False,
|
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="
|
66 |
<a href="https://deepresearch-bench.github.io" target="_blank">Website</a> |
|
67 |
-
<a href="
|
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>
|