Skip to content

Commit 92c46b2

Browse files
committed
Updated wording
1 parent a03b913 commit 92c46b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

learn-pr/wwl-data-ai/generate-video-with-foundry/6-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ quiz:
3333
explanation: "Correct. Reference images must match the target video resolution exactly (1280x720 or 720x1280)."
3434
- content: "The image must contain at least one human face"
3535
isCorrect: false
36-
explanation: "Incorrect. Reference images with human faces are currently rejected by Sora 2."
36+
explanation: "Incorrect. Sora 2 currently rejects reference images with human faces."
3737
- content: "What is the remix feature used for in Sora 2?"
3838
choices:
3939
- content: "Combining multiple videos into one"

learn-pr/wwl-data-ai/generate-video-with-foundry/includes/4-generate-video-in-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Video jobs can return these status values:
6868
| `in_progress` | Video is being generated |
6969
| `completed` | Video is ready for download |
7070
| `failed` | Generation failed (check error details) |
71-
| `cancelled` | Job was cancelled |
71+
| `cancelled` | Job was canceled |
7272

7373
When a job fails, check `video.error` for details about what went wrong.
7474

0 commit comments

Comments
 (0)