shhossain commited on
Commit
78d0f50
1 Parent(s): 93381e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ It was designed for `Wake Word Detection`.
54
  from transformers import pipeline
55
 
56
  pipe = pipeline("audio-classification", model="shhossain/wav2vec2-tiny-random-rodela-classifier")
57
- piep("my_audio.mp3")
58
  ```
59
 
60
  ## Training procedure
 
54
  from transformers import pipeline
55
 
56
  pipe = pipeline("audio-classification", model="shhossain/wav2vec2-tiny-random-rodela-classifier")
57
+ pipe("my_audio.mp3")
58
  ```
59
 
60
  ## Training procedure