Spaces:
Sleeping
Sleeping
Commit
·
5046c96
1
Parent(s):
05e9e3a
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def transcribe(audio_file):
|
|
8 |
|
9 |
iface = gr.Interface(
|
10 |
fn=transcribe,
|
11 |
-
inputs=
|
12 |
outputs="text"
|
13 |
)
|
14 |
|
|
|
8 |
|
9 |
iface = gr.Interface(
|
10 |
fn=transcribe,
|
11 |
+
inputs="audio",
|
12 |
outputs="text"
|
13 |
)
|
14 |
|