From 52fb00edf4f4ac2f24977c823dc1bf54890b4591 Mon Sep 17 00:00:00 2001 From: thunn Date: Tue, 12 Nov 2024 19:18:09 +1000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32d63ac..7e39218 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. \ No newline at end of file +This project is licensed under the MIT License. See the [LICENSE](https://github.com/thunn/BigVGANInference/blob/main/LICENSE) file for details.