NeoPy commited on
Commit
0943538
·
verified ·
1 Parent(s): c439704

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 infer_rvc_python
38
  ```
39
 
40
  # Usage
@@ -42,7 +42,7 @@ pip install infer_rvc_python
42
  ## Initialize the base class
43
 
44
  ```
45
- from infer_rvc_python import BaseLoader
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
  ```