Skip to content

Commit 386f545

Browse files
authored
fix: audio url desc
fix: audio url desc
2 parents b01ef5f + 63308dd commit 386f545

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/openapi/descriptions/video.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ Supported configurations include:
133133
},
134134
generate_audio: {
135135
desc: `Whether to generate audio for the video.`,
136-
omnihuman: {
137-
desc: `The URL of the audio file for lip-sync animation. The model detects spoken parts and syncs the character's mouth to them. Audio must be under 30s long.`,
138-
},
139136
},
140137
webhook: {
141138
desc: `The URL to receive a one-time notification when the task is completed. If set, the server will send an HTTP POST request with the final result when the task ends.`,
@@ -167,6 +164,9 @@ Supported configurations include:
167164
},
168165
audio_url: {
169166
desc: `The URL of the audio file. Supported formats: MP3, WAV, M4A, AAC. Maximum file size: 5 MB.`,
167+
omnihuman: {
168+
desc: `The URL of the audio file for lip-sync animation. The model detects spoken parts and syncs the character's mouth to them. Audio must be under 30s long.`,
169+
},
170170
},
171171
frame_size: {
172172
desc: `The width and height of the video.`,

0 commit comments

Comments
 (0)