From 418c2f6ebf93ab075f06b7e531e97d50f22fcc85 Mon Sep 17 00:00:00 2001 From: Yaron Elharar Date: Wed, 19 Mar 2025 18:12:32 +0200 Subject: [PATCH] Update README.md minor: Extra space was causing the line break to fail --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a60e928..af532a1 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ You can define multiple lines of macros. If there is only one macro line, the ap --open-browser : open automatically Browser when launching Gradio Server\ --lock-config : prevent modifying the video engine configuration from the interface\ --share : create a shareable URL on huggingface so that your server can be accessed remotely\ ---multiple-images : allow the users to choose multiple images as different starting points for new videos\ +--multiple-images : allow the users to choose multiple images as different starting points for new videos\ --compile : turn on pytorch compilation\ --attention mode: force attention mode among, sdpa, flash, sage, sage2\ --profile no : default (4) : no of profile between 1 and 5\