Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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([])
|