From 3a4d4cf6722c0e927996deb7fb56947798d6cc9a Mon Sep 17 00:00:00 2001 From: Ajitabh Kumar <50369573+ajikmr@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:01:00 +0530 Subject: [PATCH] Update README.md Added slash (\) to fix run error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1351a9..9899218 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Allegro is a powerful text-to-video model that generates high-quality videos up ```python python single_inference.py \ --user_prompt 'A seaside harbor with bright sunlight and sparkling seawater, with many boats in the water. From an aerial view, the boats vary in size and color, some moving and some stationary. Fishing boats in the water suggest that this location might be a popular spot for docking fishing boats.' \ - --save_path ./output_videos/test_video.mp4 + --save_path ./output_videos/test_video.mp4 \ --vae your/path/to/vae \ --dit your/path/to/transformer \ --text_encoder your/path/to/text_encoder \