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 4f094c4 commit b4d1f1e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,24 @@ inferred_audio = infer_audio(
)
```

The `infer_audio` function will return the processed audio object based on the provided parameters.
The `infer_audio` function will return the processed audio object based on the provided parameters


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




infer = infernew(
model_name="model_name_here",
sound_path="path_to_audio.wav",
f0_change=0
)

output_audio = infer.run_inference()
print("Inference completed:", output_audio)


## Download Models

Expand Down

0 comments on commit b4d1f1e

Please sign in to comment.