Spaces:
Sleeping
Sleeping
Update app.py
#1
by
yismary
- opened
app.py
CHANGED
@@ -53,7 +53,6 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
53 |
except Exception as e:
|
54 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
55 |
|
56 |
-
|
57 |
final_answer = FinalAnswerTool()
|
58 |
|
59 |
# 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:
|
|
|
53 |
except Exception as e:
|
54 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
55 |
|
|
|
56 |
final_answer = FinalAnswerTool()
|
57 |
|
58 |
# 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:
|