arunprasadh commited on
Commit
8b05b39
·
verified ·
1 Parent(s): 692e0d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def generate_image_from_text(prompt: str) -> None:
57
  Generates an image based on the given text prompt and displays it.
58
 
59
  Parameters:
60
- prompt (str): The text description of the image to be generated.
61
 
62
  Returns:
63
  None: This function displays the generated image but does not return any value.
 
57
  Generates an image based on the given text prompt and displays it.
58
 
59
  Parameters:
60
+ prompt: The text description of the image to be generated.
61
 
62
  Returns:
63
  None: This function displays the generated image but does not return any value.