Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -423,13 +423,13 @@ class GradioUI:
|
|
423 |
file_uploads_log = gr.State([])
|
424 |
|
425 |
with gr.Sidebar():
|
426 |
-
|
427 |
|
428 |
-
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.
|
429 |
|
430 |
-
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! ✨
|
431 |
|
432 |
-
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>""")
|
433 |
with gr.Group():
|
434 |
gr.Markdown("**Your request**", container=True)
|
435 |
text_input = gr.Textbox(lines=3, label="Your request", container=False, placeholder="Enter your prompt here and press Shift+Enter or press the button")
|
|
|
423 |
file_uploads_log = gr.State([])
|
424 |
|
425 |
with gr.Sidebar():
|
426 |
+
# gr.Markdown("""# open Deep Research - free the AI agents!
|
427 |
|
428 |
+
# 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.
|
429 |
|
430 |
+
# 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! ✨
|
431 |
|
432 |
+
# 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>""")
|
433 |
with gr.Group():
|
434 |
gr.Markdown("**Your request**", container=True)
|
435 |
text_input = gr.Textbox(lines=3, label="Your request", container=False, placeholder="Enter your prompt here and press Shift+Enter or press the button")
|