ClassicCollins commited on
Commit
7131f14
·
verified ·
1 Parent(s): b882a25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ def get_current_time_in_timezone(timezone: str) -> str:
34
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
35
 
36
 
37
- new_york_current_timezone = get_current_time_in_timezone('New_York')
38
- calculator = my_calculator(6,7)
39
  final_answer = FinalAnswerTool()
40
 
41
  # If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
 
34
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
35
 
36
 
37
+ new_york_current_timezone = get_current_time_in_timezone
38
+ calculator = my_calculator
39
  final_answer = FinalAnswerTool()
40
 
41
  # If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder: