From e7df39ff4ae0a48586846167e00f8af76dedb6ec Mon Sep 17 00:00:00 2001 From: FaceZhao Date: Mon, 21 Aug 2023 12:01:50 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63249b9..c202ea9 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ from modelscope.outputs import OutputKeys pipe = pipeline("image-to-video", 'damo/Image-to-Video') -# IMG_PATH: your image path (url or loacl file) +# IMG_PATH: your image path (url or local file) output_video_path = pipe(IMG_PATH, output_video='./output.mp4')[OutputKeys.OUTPUT_VIDEO] print(output_video_path) ```