RemVdH commited on
Commit
4ff5ab8
·
verified ·
1 Parent(s): 004d6f2

Update Gradio_UI.py

Browse files

Removed dead and test code

Files changed (1) hide show
  1. 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
  ):