Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,6 @@ def transcribe(audio):
|
|
9 |
|
10 |
gr.Interface(
|
11 |
fn=transcribe,
|
12 |
-
inputs=[gr.Audio(
|
13 |
outputs=["textbox"]
|
14 |
).launch()
|
|
|
9 |
|
10 |
gr.Interface(
|
11 |
fn=transcribe,
|
12 |
+
inputs=[gr.Audio(sources="microphone", type="filepath")],
|
13 |
outputs=["textbox"]
|
14 |
).launch()
|