Skip to content

Commit 50e7ac3

Browse files
authored
README LE
1 parent c5239a6 commit 50e7ac3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openai-dalle/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generate Images With DALL·E 2 and the OpenAI API
22

3-
Learn to use the OpenAI Python library to create images with DALL·E, a state-of-the-art latent diffusion model. In the associated tutorial on [generating images with DALL·E 2 and the OpenAI API](https://realpython.com/generate-images-with-dalle-openai-api/), you explore image creation and generating image variations. You learn to interact with DALL·E using API calls, and incorporate this functionality into your Python scripts.
3+
Learn to use the OpenAI Python library to create images with DALL·E, a state-of-the-art latent diffusion model. In the associated tutorial on [generating images with DALL·E 2 and the OpenAI API](https://realpython.com/generate-images-with-dalle-openai-api/), you explore image creation and generating image variations. You learn how to interact with DALL·E using API calls and incorporate this functionality into your Python scripts.
44

55
## Setup
66

@@ -23,10 +23,10 @@ Follow the instructions in [the tutorial](https://realpython.com/generate-images
2323
You can find the code for each of these steps in dedicated scripts:
2424

2525
- `create.py`: Create an image from a text prompt and save the image data to a file.
26-
- `convert.py`: Convert a Base64 encoded PNG image delivered in a JSON response to a PNG image file.
27-
- `vary.py`: Read Base64 encoded image data and make an API request to receive variations of that image.
26+
- `convert.py`: Convert a Base64-encoded PNG image delivered in a JSON response to a PNG image file.
27+
- `vary.py`: Read Base64-encoded image data and make an API request to receive variations of that image.
2828

29-
The tutorial walks you through each of these scripts and their functionality and output in more detail.
29+
In the tutorial, you'll walk through each of these scripts and their functionality and output in more detail.
3030

3131
## Edit Images (Inpainting and Outpainting)
3232

0 commit comments

Comments
 (0)