DTStudios commited on
Commit
beb9061
·
verified ·
1 Parent(s): 515520d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -50,8 +50,6 @@ agent = CodeAgent(
50
  demo = GradioUI(
51
  agent=get_weather,
52
  )
53
- demo.launch(ssr=False)
54
-
55
  @tool
56
  def get_current_time_in_timezone(timezone: str) -> str:
57
  """A tool that fetches the current local time in a specified timezone.
 
50
  demo = GradioUI(
51
  agent=get_weather,
52
  )
 
 
53
  @tool
54
  def get_current_time_in_timezone(timezone: str) -> str:
55
  """A tool that fetches the current local time in a specified timezone.