Teecan commited on
Commit
937a4a6
·
verified ·
1 Parent(s): 4b1d0e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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: