Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def transcribe(audio):
|
|
19 |
|
20 |
iface = gr.Interface(
|
21 |
fn=transcribe,
|
22 |
-
inputs=gr.inputs.Audio(source="microphone", type="
|
23 |
outputs="text"
|
24 |
)
|
25 |
|
|
|
19 |
|
20 |
iface = gr.Interface(
|
21 |
fn=transcribe,
|
22 |
+
inputs=gr.inputs.Audio(source="microphone", type="filepath"),
|
23 |
outputs="text"
|
24 |
)
|
25 |
|