crcdng commited on
Commit
01f1d79
·
1 Parent(s): dffac47

try trigger reload

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +0 -1
Gradio_UI.py CHANGED
@@ -27,7 +27,6 @@ from smolagents.agents import ActionStep, MultiStepAgent
27
  from smolagents.memory import MemoryStep
28
  from smolagents.utils import _is_package_available
29
 
30
-
31
  def get_current_time_in_timezone(timezone: str) -> str:
32
  """A tool that fetches the current local time in a specified timezone.
33
  Args:
 
27
  from smolagents.memory import MemoryStep
28
  from smolagents.utils import _is_package_available
29
 
 
30
  def get_current_time_in_timezone(timezone: str) -> str:
31
  """A tool that fetches the current local time in a specified timezone.
32
  Args: