File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Follow the instructions in [the tutorial](https://realpython.com/generate-images
2222
2323You can find the code for each of these steps in dedicated scripts:
2424
25- - ` create_dalle3.py ` : Create an image from a text prompt using DALL·E 3 and save the image data to a file .
25+ - ` create_dalle3.py ` : Create an image from a text prompt using DALL·E 3 and display the URL to the image .
2626- ` create.py ` : Create an image from a text prompt using DALL·E 2 and save the image data to a file.
2727- ` convert.py ` : Convert a Base64-encoded PNG image delivered in a JSON response to a PNG image file.
2828- ` vary.py ` : Read Base64-encoded image data and make an API request to receive variations of that image.
You can’t perform that action at this time.
0 commit comments