ysharma HF staff commited on
Commit
66db53d
·
verified ·
1 Parent(s): 5d0faa4

model desc for sidebar layout

Browse files

Added model description for sidebar layout too.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -384,7 +384,7 @@ class GradioUI:
384
 
385
  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! ✨
386
 
387
- You can try a simplified version here.<br><br>""")
388
  with gr.Group():
389
  gr.Markdown("**Your request**", container=True)
390
  text_input = gr.Textbox(lines=3, label="Your request", container=False, placeholder="Enter your prompt here and press Shift+Enter or press the button")
 
384
 
385
  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! ✨
386
 
387
+ 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>""")
388
  with gr.Group():
389
  gr.Markdown("**Your request**", container=True)
390
  text_input = gr.Textbox(lines=3, label="Your request", container=False, placeholder="Enter your prompt here and press Shift+Enter or press the button")