Spaces:
Sleeping
Sleeping
Gbssreejith
commited on
Commit
•
11b39ae
1
Parent(s):
97966bb
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def transcribe(audio):
|
|
8 |
return text, audio
|
9 |
|
10 |
iface = gr.Interface(
|
11 |
-
fn=
|
12 |
inputs=gr.Audio(sources="microphone", type="filepath",format="wav"),
|
13 |
outputs="text",
|
14 |
title="Whisper Small ml",
|
|
|
8 |
return text, audio
|
9 |
|
10 |
iface = gr.Interface(
|
11 |
+
fn=transcribe,
|
12 |
inputs=gr.Audio(sources="microphone", type="filepath",format="wav"),
|
13 |
outputs="text",
|
14 |
title="Whisper Small ml",
|