Spaces:
Sleeping
Sleeping
Commit
·
a9879bb
1
Parent(s):
55246db
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def transcribe_audio(file_info):
|
|
16 |
|
17 |
iface = gr.Interface(
|
18 |
fn=transcribe_audio,
|
19 |
-
inputs=
|
20 |
outputs="text"
|
21 |
)
|
22 |
|
|
|
16 |
|
17 |
iface = gr.Interface(
|
18 |
fn=transcribe_audio,
|
19 |
+
inputs="audio",
|
20 |
outputs="text"
|
21 |
)
|
22 |
|