Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ custom_role_conversions=None,
|
|
44 |
|
45 |
|
46 |
# Use premade timezone tool
|
47 |
-
timezone_tool = get_current_time_in_timezone
|
48 |
|
49 |
# Import tool from Hub
|
50 |
image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
|
|
44 |
|
45 |
|
46 |
# Use premade timezone tool
|
47 |
+
timezone_tool = get_current_time_in_timezone
|
48 |
|
49 |
# Import tool from Hub
|
50 |
image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|