Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -282,7 +282,9 @@ class GradioUI:
|
|
282 |
def launch(self, **kwargs):
|
283 |
with gr.Blocks(theme="ocean", fill_height=True) as demo:
|
284 |
gr.Markdown("""# open Deep Research - free the AI agents!
|
285 |
-
|
|
|
|
|
286 |
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.
|
287 |
|
288 |
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! ✨
|
|
|
282 |
def launch(self, **kwargs):
|
283 |
with gr.Blocks(theme="ocean", fill_height=True) as demo:
|
284 |
gr.Markdown("""# open Deep Research - free the AI agents!
|
285 |
+
|
286 |
+
_Built with [smolagents](https://github.com/huggingface/smolagents)_
|
287 |
+
|
288 |
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.
|
289 |
|
290 |
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! ✨
|