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