Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,6 @@ def image_generation_tool(prompt: str)-> str: #it's import to specify the return
|
|
| 17 |
|
| 18 |
"""
|
| 19 |
return f"Generate an Image of {prompt}"
|
| 20 |
-
print(image_generation_tool("Create an image of Dolly parton performing on stage with a guitar"))
|
| 21 |
|
| 22 |
@tool
|
| 23 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
|
| 17 |
|
| 18 |
"""
|
| 19 |
return f"Generate an Image of {prompt}"
|
|
|
|
| 20 |
|
| 21 |
@tool
|
| 22 |
def get_current_time_in_timezone(timezone: str) -> str:
|