m-ric HF staff commited on
Commit
1a257da
·
1 Parent(s): a379d16

Clarify deep research

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -275,7 +275,7 @@ class GradioUI:
275
  with gr.Blocks(theme="ocean", fill_height=True) as demo:
276
  gr.Markdown("""# open Deep Research - free the AI agents!
277
 
278
- OpenAI just published [Deep Research](https://openai.com/index/introducing-deep-research/), a very nice assistant that can perform deep searches in file or the web to answer user requests.
279
 
280
  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! ✨
281
 
 
275
  with gr.Blocks(theme="ocean", fill_height=True) as demo:
276
  gr.Markdown("""# open Deep Research - free the AI agents!
277
 
278
+ 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.
279
 
280
  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! ✨
281