Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ def handle_example_click(example_index):
|
|
213 |
|
214 |
# Gradio Interface
|
215 |
with gr.Blocks(theme=gr.themes.Default()) as app:
|
216 |
-
gr.Markdown("# MLR- Copilot: Machine Learning Research based on LLM Agents")
|
217 |
gr.Markdown("### ")
|
218 |
|
219 |
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.")
|
|
|
213 |
|
214 |
# Gradio Interface
|
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 |
|
219 |
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.")
|