Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ This streamlined wrapper offers an efficient solution for integrating RVC into y
|
|
34 |
### Installation
|
35 |
|
36 |
```
|
37 |
-
pip install
|
38 |
```
|
39 |
|
40 |
# Usage
|
@@ -42,7 +42,7 @@ pip install infer_rvc_python
|
|
42 |
## Initialize the base class
|
43 |
|
44 |
```
|
45 |
-
from
|
46 |
|
47 |
converter = BaseLoader(only_cpu=False, hubert_path=None, rmvpe_path=None)
|
48 |
```
|
|
|
34 |
### Installation
|
35 |
|
36 |
```
|
37 |
+
pip install rvcinfpy
|
38 |
```
|
39 |
|
40 |
# Usage
|
|
|
42 |
## Initialize the base class
|
43 |
|
44 |
```
|
45 |
+
from rvcinfpy import BaseLoader
|
46 |
|
47 |
converter = BaseLoader(only_cpu=False, hubert_path=None, rmvpe_path=None)
|
48 |
```
|