Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNeodev authored Dec 20, 2024
1 parent b4d1f1e commit d1abb34
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 @@ -111,9 +111,9 @@ The `infer_audio` function will return the processed audio object based on the p


## you can also use this new inference mode
from rvc_inferpy import infernew


```
from rvc_inferpy import infernew
infer = infernew(
Expand All @@ -125,7 +125,7 @@ infer = infernew(
output_audio = infer.run_inference()
print("Inference completed:", output_audio)

```
## Download Models

you also can download your own rvc models using
Expand Down

0 comments on commit d1abb34

Please sign in to comment.