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