Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def transcribeMic(audio):
|
|
16 |
|
17 |
app1 = gr.Interface(
|
18 |
fn=transcribeFile,
|
19 |
-
inputs=gr.inputs.Audio(label="Upload audio file", type="filepath")
|
20 |
outputs="text"
|
21 |
)
|
22 |
|
|
|
16 |
|
17 |
app1 = gr.Interface(
|
18 |
fn=transcribeFile,
|
19 |
+
inputs=gr.inputs.Audio(label="Upload audio file", type="filepath"),
|
20 |
outputs="text"
|
21 |
)
|
22 |
|