m-ric HF Staff commited on
Commit
f317d7b
·
verified ·
1 Parent(s): 5750b26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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/), a very nice 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 (uses `Qwen-Coder-32B` instead of `o1`, so much less powerful than the original open-Deep-Research).<br><br>""")
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(