``` pipe = pipeline('audio-classification',model='techelix/adele_hilfe_kws') prediction = pipe('audio.wav') print(prediction) ```