Update README.md
Browse files
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 |
-
|
| 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
|