adele_hilfe_kws / README.md
techelix's picture
Create README.md
7db841b verified
```
pipe = pipeline('audio-classification',model='techelix/adele_hilfe_kws')
prediction = pipe('audio.wav')
print(prediction)
```