Spaces:
Sleeping
Sleeping
Commit
·
55246db
1
Parent(s):
d7aa11b
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=gr.
|
20 |
outputs="text"
|
21 |
)
|
22 |
|
|
|
16 |
|
17 |
iface = gr.Interface(
|
18 |
fn=transcribe_audio,
|
19 |
+
inputs=gr.Audio(source="microphone", type="file"),
|
20 |
outputs="text"
|
21 |
)
|
22 |
|