Spaces:
Build error
Build error
Commit
·
3f864d3
1
Parent(s):
1785aa0
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ def transcribe(file):
|
|
| 23 |
return transcription[0]
|
| 24 |
|
| 25 |
iface = gr.Interface(
|
| 26 |
-
fn=
|
| 27 |
inputs=gr.inputs.Audio(source="microphone", type='filepath'),
|
| 28 |
outputs="text",
|
| 29 |
)
|
|
|
|
| 23 |
return transcription[0]
|
| 24 |
|
| 25 |
iface = gr.Interface(
|
| 26 |
+
fn=transcribe,
|
| 27 |
inputs=gr.inputs.Audio(source="microphone", type='filepath'),
|
| 28 |
outputs="text",
|
| 29 |
)
|