Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
robin1001 committed Nov 4, 2023
1 parent f35be6d commit 544961f
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 @@ -29,9 +29,9 @@ weseaker --language chinese audio.wav
**Python programming usage**:

``` python
import wenet
import wespeaker

model = wenet.load_model('chinese')
model = wespeaker.load_model('chinese')
result = model.extract_embeding('audio.wav')
print(result)
```
Expand Down

0 comments on commit 544961f

Please sign in to comment.