Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
faroit committed Apr 16, 2024
1 parent 09c7b8f commit 4a4830c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ Note that this requires the audio to be in the right shape and sampling rate. Fo
To perform model loading, preprocessing and separation in one step, just use:
```python
from openunmix import separate
estimates = separate.predict(audio, ...)
from openunmix.predict import separate
estimates = separate(audio, ...)
```
### Load user-trained models
Expand Down

0 comments on commit 4a4830c

Please sign in to comment.