From 28e30c3f41066a6d233ec879449d0049a4638565 Mon Sep 17 00:00:00 2001 From: vageesh1 <96464988+vageesh1@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:40:24 +0530 Subject: [PATCH] Update README.md (fix a small typo in the run command) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c47224..2430fa3 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ cd Sana ```bash # official online demo DEMO_PORT=15432 \ -pyhton app/sana_app.py \ +python app/sana_app.py \ --config=configs/sana_config/1024ms/Sana_1600M_img1024.yaml \ --model_path=hf://Efficient-Large-Model/Sana_1600M_1024px/checkpoints/Sana_1600M_1024px.pth ```