You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Instructions/Labs/05-generate-images.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ Now you're ready to explore the code used to call the REST API and generate an i
128
128
- The user-provided prompt that describes the image to be generated
129
129
- The number of images to be generated (in this case, 1)
130
130
- The resolution (size) of the image to be generated.
131
-
- The response header from the initial request includes an **operation-location** value that is used for the subsequent callback t get the results.
131
+
- The response header from the initial request includes an **operation-location** value that is used for the subsequent callback to get the results.
132
132
- The code polls the callback URL until the status of the image-generation task is *succeeded*, and then extracts and displays a URL for the generated image.
0 commit comments