PDragonLabs commited on
Commit
17cf3bd
·
1 Parent(s): 8f11851

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -1,2 +1,6 @@
1
- ![d1](https://github.com/PDragonLabs/funsearch)
2
- ![d2](https://github.com/PDragonLabs/MathAgent)
 
 
 
 
 
1
+ from gradio_client import Client
2
+
3
+ client = Client("abidlabs/whisper")
4
+ client.predict("audio_sample.wav")
5
+
6
+ >> "This is a test of the whisper speech recognition model."