Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def animal_image_generation_tool(animal_name: str) -> Image.Image:
|
|
37 |
search_results = search_tool(search_tool.run)
|
38 |
|
39 |
# generates an image based on the description of an animal.
|
40 |
-
promt=f"Create a realistic image of a {animal_name}"
|
41 |
image = image_generation_tool(promt) # This returns a PIL image
|
42 |
|
43 |
return image # Return the path to the saved image
|
|
|
37 |
search_results = search_tool(search_tool.run)
|
38 |
|
39 |
# generates an image based on the description of an animal.
|
40 |
+
promt = f"Create a realistic image of a {animal_name}"
|
41 |
image = image_generation_tool(promt) # This returns a PIL image
|
42 |
|
43 |
return image # Return the path to the saved image
|