Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Alina Lozovskaya
commited on
Commit
·
4d0962d
1
Parent(s):
73b392f
Remove citation
Browse files- yourbench_space/app.py +0 -3
- yourbench_space/docs.md +0 -10
yourbench_space/app.py
CHANGED
@@ -182,7 +182,4 @@ with gr.Blocks(theme=gr.themes.Default()) as app:
|
|
182 |
kill_button = gr.Button("Kill Task")
|
183 |
kill_button.click(manager.kill_process)
|
184 |
|
185 |
-
with gr.Accordion("📜 Citation", open=False):
|
186 |
-
gr.Markdown(citation_content)
|
187 |
-
|
188 |
app.launch(allowed_paths=["/app"])
|
|
|
182 |
kill_button = gr.Button("Kill Task")
|
183 |
kill_button.click(manager.kill_process)
|
184 |
|
|
|
|
|
|
|
185 |
app.launch(allowed_paths=["/app"])
|
yourbench_space/docs.md
DELETED
@@ -1,10 +0,0 @@
|
|
1 |
-
# Citation
|
2 |
-
|
3 |
-
If you use YourBench in your work, please cite:
|
4 |
-
|
5 |
-
```bibtex
|
6 |
-
@misc{yourbench,
|
7 |
-
author = { },
|
8 |
-
title = {YourBench: A Dynamic Benchmark Generation Framework},
|
9 |
-
year = {2025},
|
10 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|