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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def dream_image_generator(dream_desc: str) -> str:
13
  Generates an image of an dream based on user description.
14
 
15
  Args:
16
- dream_desc (str): Dream description.
17
 
18
  Returns:
19
  str: URL or path to the AI-generated dream image.
 
13
  Generates an image of an dream based on user description.
14
 
15
  Args:
16
+ dream_desc: A short description of a dream or vision. Example: "Generate an image of my dream. I dream a futuristic city with flying cars and neon lights."
17
 
18
  Returns:
19
  str: URL or path to the AI-generated dream image.