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

try trigger reload

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +1 -0
Gradio_UI.py CHANGED
@@ -27,6 +27,7 @@ from smolagents.agents import ActionStep, MultiStepAgent
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:
 
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: