Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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) ->
|
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.
|