From 6cd2d79777b8f7beaa275f6e30f0106243036e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20Artificial=E6=9B=BE=E5=B0=8F=E5=81=A5?= <875100501@qq.com> Date: Tue, 27 Aug 2024 22:39:59 +0800 Subject: [PATCH] fix README.md Human does not have a plural form. Based on the context, I guess what you actually want to say is human mode. 'humans mode' is grammatically wrong. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd6a91c..31fc3c4 100644 --- a/README.md +++ b/README.md @@ -283,10 +283,10 @@ of the **CogVideoX** open-source model. ```shell cd inference # For Linux and Windows users -python gradio_web_demo.py # humans mode +python gradio_web_demo.py # human mode # For macOS with Apple Silicon users, Intel not supported, this maybe 20x slower than RTX 4090 -PYTORCH_ENABLE_MPS_FALLBACK=1 python gradio_web_demo.py # humans mode +PYTORCH_ENABLE_MPS_FALLBACK=1 python gradio_web_demo.py # human mode ```