m-ric HF staff commited on
Commit
5d0faa4
Β·
verified Β·
1 Parent(s): bea4a88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -456,7 +456,7 @@ class GradioUI:
456
 
457
  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! ✨
458
 
459
- You can try a simplified version below. πŸ‘‡""")
460
  # Add session state to store session-specific data
461
  session_state = gr.State({}) # Initialize empty state for each session
462
  stored_messages = gr.State([])
 
456
 
457
  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! ✨
458
 
459
+ You can try a simplified version below (uses `Qwen-Coder-32B` instead of `o1`, so much less powerful than the original open-Deep-Research)πŸ‘‡""")
460
  # Add session state to store session-specific data
461
  session_state = gr.State({}) # Initialize empty state for each session
462
  stored_messages = gr.State([])