Spaces:
Runtime error
Runtime error
Commit
·
17cf3bd
1
Parent(s):
8f11851
Update app.py
Browse files
app.py
CHANGED
@@ -1,2 +1,6 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
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."
|