Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Clarify deep research
Browse files
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
|
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 |
|