m-ric HF staff commited on
Commit
ec4b275
·
verified ·
1 Parent(s): 4ffcfc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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! ✨