Yudum commited on
Commit
b0ea195
·
verified ·
1 Parent(s): 8812b64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def dream_image_generator(dream_desc: str) -> str:
19
  str: URL or path to the AI-generated dream image.
20
  """
21
  try:
22
- # Perform a DuckDuckGo search
23
  dream_image = image_generation_tool(f"A surreal dream {dream_desc}")
24
 
25
  return dream_image
 
19
  str: URL or path to the AI-generated dream image.
20
  """
21
  try:
22
+ # Generate an image based on the dream description
23
  dream_image = image_generation_tool(f"A surreal dream {dream_desc}")
24
 
25
  return dream_image