Skip to content

Commit

Permalink
docs: fix some grammar (fudan-generative-vision#53)
Browse files Browse the repository at this point in the history
fix grammar for readability
  • Loading branch information
alexpvpmindustry authored Jun 19, 2024
1 parent ba83d03 commit 4ce3aa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ Install packages with `pip`
pip install .
```

Besides, ffmpeg is also need:
Besides, ffmpeg is also needed:
```bash
apt-get install ffmpeg
```

## 🗝️️ Usage

The inference entrypoint script is `scripts/inference.py`. Before testing your cases, there are two preparations need to be completed:
The entry point for inference is `scripts/inference.py`. Before testing your cases, two preparations need to be completed:

1. [Download all required pretrained models](#download-pretrained-models).
2. [Prepare source image and driving audio pairs](#prepare-inference-data).
Expand All @@ -121,7 +121,7 @@ The inference entrypoint script is `scripts/inference.py`. Before testing your c

You can easily get all pretrained models required by inference from our [HuggingFace repo](https://huggingface.co/fudan-generative-ai/hallo).

Clone the the pretrained models into `${PROJECT_ROOT}/pretrained_models` directory by cmd below:
Clone the pretrained models into `${PROJECT_ROOT}/pretrained_models` directory by cmd below:

```shell
git lfs install
Expand Down

0 comments on commit 4ce3aa1

Please sign in to comment.