File size: 132 Bytes
7db841b
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
```
pipe = pipeline('audio-classification',model='techelix/adele_hilfe_kws')

prediction = pipe('audio.wav')

print(prediction)

```