From c23ae247225daba30fbd56058d247cc1b1fc20a3 Mon Sep 17 00:00:00 2001 From: Cody Brownstein <105375373+cbrownstein-lambda@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:49:10 -0600 Subject: [PATCH] Fix typo (#56) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba72b7c5..508fac60 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Options: To run the demo with the dev model and create a public link: ```bash -python -m demo_gr.py --name flux-dev --share +python demo_gr.py --name flux-dev --share ``` ## Diffusers integration