Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -268,11 +268,11 @@ class GradioUI:
|
|
| 268 |
with gr.Sidebar():
|
| 269 |
gr.Markdown("""# open Deep Research - free the AI agents!
|
| 270 |
|
| 271 |
-
OpenAI just published [Deep Research](https://openai.com/index/introducing-deep-research/),
|
| 272 |
|
| 273 |
However, their agent has a huge downside: it's not open. So we've started a 24-hour rush to replicate and open-source it. Our resulting [open-Deep-Research agent](https://github.com/huggingface/smolagents/tree/main/examples/open_deep_research) took the #1 rank of any open submission on the GAIA leaderboard! ✨
|
| 274 |
|
| 275 |
-
You can try a simplified version here
|
| 276 |
with gr.Group():
|
| 277 |
gr.Markdown("**Your request**", container=True)
|
| 278 |
text_input = gr.Textbox(
|
|
|
|
| 268 |
with gr.Sidebar():
|
| 269 |
gr.Markdown("""# open Deep Research - free the AI agents!
|
| 270 |
|
| 271 |
+
OpenAI just published [Deep Research](https://openai.com/index/introducing-deep-research/), an amazing assistant that can perform deep searches on the web to answer user questions.
|
| 272 |
|
| 273 |
However, their agent has a huge downside: it's not open. So we've started a 24-hour rush to replicate and open-source it. Our resulting [open-Deep-Research agent](https://github.com/huggingface/smolagents/tree/main/examples/open_deep_research) took the #1 rank of any open submission on the GAIA leaderboard! ✨
|
| 274 |
|
| 275 |
+
You can try a simplified version here that uses `Qwen-Coder-32B` instead of `o1`.<br><br>""")
|
| 276 |
with gr.Group():
|
| 277 |
gr.Markdown("**Your request**", container=True)
|
| 278 |
text_input = gr.Textbox(
|