Spaces:
Runtime error
Runtime error
spookyspaghetti
commited on
Commit
•
a5eb216
1
Parent(s):
e433460
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def transcribe(audio):
|
|
21 |
gr.Interface(
|
22 |
fn=transcribe,
|
23 |
inputs=[
|
24 |
-
gr.
|
25 |
],
|
26 |
outputs=[
|
27 |
"textbox",
|
|
|
21 |
gr.Interface(
|
22 |
fn=transcribe,
|
23 |
inputs=[
|
24 |
+
gr.Audio(source="microphone", type="filepath"),
|
25 |
],
|
26 |
outputs=[
|
27 |
"textbox",
|