Spaces:
Sleeping
Sleeping
Update Gradio_UI.py
Browse filesRemoved dead and test code
- Gradio_UI.py +0 -3
Gradio_UI.py
CHANGED
|
@@ -24,9 +24,6 @@ from smolagents.agents import ActionStep, MultiStepAgent
|
|
| 24 |
from smolagents.memory import MemoryStep
|
| 25 |
from smolagents.utils import _is_package_available
|
| 26 |
|
| 27 |
-
def test():
|
| 28 |
-
print("DOES IT KEEP WORKING")
|
| 29 |
-
|
| 30 |
def pull_messages_from_step(
|
| 31 |
step_log: MemoryStep,
|
| 32 |
):
|
|
|
|
| 24 |
from smolagents.memory import MemoryStep
|
| 25 |
from smolagents.utils import _is_package_available
|
| 26 |
|
|
|
|
|
|
|
|
|
|
| 27 |
def pull_messages_from_step(
|
| 28 |
step_log: MemoryStep,
|
| 29 |
):
|