Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thunn authored Nov 12, 2024
1 parent 4c20e8b commit 52fb00e
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 @@ -7,13 +7,13 @@ An unofficial minimal package for using BigVGAN at inference time

## Installation

```python
```bash
pip install bigvganinference
```

or install from source:

```python
```bash
git clone https://github.com/thunn/BigVGANInference.git
cd BigVGANInference
poetry install
Expand All @@ -40,4 +40,4 @@ See the [example](https://github.com/thunn/BigVGANInference/blob/main/example/in
This is an unofficial implementation based on [original BigVGAN repository](https://github.com/NVIDIA/BigVGAN).

## License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/thunn/BigVGANInference/blob/main/LICENSE) file for details.
This project is licensed under the MIT License. See the [LICENSE](https://github.com/thunn/BigVGANInference/blob/main/LICENSE) file for details.

0 comments on commit 52fb00e

Please sign in to comment.