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.
This commit is contained in:
Dr. Artificial曾小健 2024-08-27 22:39:59 +08:00 committed by GitHub
parent 323a1d954d
commit 6cd2d79777
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -283,10 +283,10 @@ of the **CogVideoX** open-source model.
```shell ```shell
cd inference cd inference
# For Linux and Windows users # 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 # 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
``` ```
<div style="text-align: center;"> <div style="text-align: center;">