llm-math-agent / app.py
PDragonLabs's picture
Update app.py
17cf3bd
raw
history blame
166 Bytes
from gradio_client import Client
client = Client("abidlabs/whisper")
client.predict("audio_sample.wav")
>> "This is a test of the whisper speech recognition model."