gradio / prueba.py
reisarod's picture
Upload folder using huggingface_hub
70edc2e verified
raw
history blame
144 Bytes
from gradio_client import Client, handle_file
client = Client("abidlabs/whisper")
client.predict(
audio=handle_file("audio_sample.wav")
)