hardknee commited on
Commit
732c26b
·
verified ·
1 Parent(s): 6aa9100

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
71
 
72
 
73
  @tool
74
- def generate_image(description: str) -> Image:
75
  """A tool that generates an image from a text description.
76
  Args:
77
  description: A string representing the text description to generate an image of.
 
71
 
72
 
73
  @tool
74
+ def generate_image(description: str) -> str:
75
  """A tool that generates an image from a text description.
76
  Args:
77
  description: A string representing the text description to generate an image of.