Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -215,7 +215,9 @@ def handle_example_click(example_index):
|
|
| 215 |
with gr.Blocks(theme=gr.themes.Default()) as app:
|
| 216 |
gr.Markdown("# MLR- Copilot: Machine Learning Research based on LLM Agents [Paper Link](https://www.arxiv.org/abs/2408.14033)")
|
| 217 |
gr.Markdown("### ")
|
| 218 |
-
gr.Markdown("## This UI is for predefined example demo only
|
|
|
|
|
|
|
| 219 |
|
| 220 |
|
| 221 |
gr.Markdown("MLR-Copilot is a framework where LLMs mimic researchers’ thought processes, designed to enhance the productivity of machine learning research by automating the generation and implementation of research ideas. It begins with a research paper, autonomously generating and validating these ideas, while incorporating human feedback to help reach executable research outcomes.")
|
|
|
|
| 215 |
with gr.Blocks(theme=gr.themes.Default()) as app:
|
| 216 |
gr.Markdown("# MLR- Copilot: Machine Learning Research based on LLM Agents [Paper Link](https://www.arxiv.org/abs/2408.14033)")
|
| 217 |
gr.Markdown("### ")
|
| 218 |
+
gr.Markdown("## This UI is for predefined example demo only.")
|
| 219 |
+
gr.Markdown("## To reproduce the results please use software in [Github](https://github.com/du-nlp-lab/MLR-Copilot/).")
|
| 220 |
+
|
| 221 |
|
| 222 |
|
| 223 |
gr.Markdown("MLR-Copilot is a framework where LLMs mimic researchers’ thought processes, designed to enhance the productivity of machine learning research by automating the generation and implementation of research ideas. It begins with a research paper, autonomously generating and validating these ideas, while incorporating human feedback to help reach executable research outcomes.")
|