File size: 144 Bytes
70edc2e
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from gradio_client import Client, handle_file

client = Client("abidlabs/whisper")

client.predict(
    audio=handle_file("audio_sample.wav")
)