Skip to content

Commit 5ecb4a1

Browse files
committed
fix code format error
1 parent efa37d8 commit 5ecb4a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

veadk/tools/builtin_tools/video_generate.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ async def generate(prompt, first_frame_image=None, last_frame_image=None):
8686
return response
8787

8888

89-
async def video_generate(params: list, tool_context: ToolContext, batch_size: int = 10) -> Dict:
89+
async def video_generate(
90+
params: list, tool_context: ToolContext, batch_size: int = 10
91+
) -> Dict:
9092
"""
9193
Generate videos in **batch** from text prompts, optionally guided by a first/last frame,
9294
and fine-tuned via *model text commands* (a.k.a. `parameters` appended to the prompt).

0 commit comments

Comments
 (0)