fix bugs in pip package

This commit is contained in:
qinzy
2024-02-19 18:42:07 +00:00
parent 5a13216925
commit 90bf41d770
3 changed files with 6 additions and 3 deletions

5
.gitignore vendored
View File

@@ -5,4 +5,7 @@ outputs
checkpoints
trash
examples*
.env
.env
build
*.egg-info/
*.zip

View File

@@ -49,7 +49,7 @@ conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cud
pip install -r requirements.txt
```
Download the checkpoint from [here](https://myshell-public-repo-hosting.s3.amazonaws.com/checkpoints_1226.zip) and extract it to the `checkpoints` folder
Download the checkpoint from [here](https://myshell-public-repo-hosting.s3.amazonaws.com/openvoice/checkpoints_1226.zip) and extract it to the `checkpoints` folder
**1. Flexible Voice Style Control.**
Please see [`demo_part1.ipynb`](../demo_part1.ipynb) for an example usage of how OpenVoice enables flexible style control over the cloned voice.

View File

@@ -1,6 +1,6 @@
from setuptools import setup
setup(name='MyShell - OpenVoice',
setup(name='MyShell-OpenVoice',
version='0.0.0',
description='Instant voice cloning by MyShell.',
long_description=open('README.md').read().strip(),