Spaces:
Sleeping
Sleeping
Antoniskaraolis
commited on
Commit
·
c287037
1
Parent(s):
428f475
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def transcribe_audio(file_info):
|
|
15 |
|
16 |
iface = gr.Interface(
|
17 |
fn=transcribe_audio,
|
18 |
-
inputs=gr.
|
19 |
outputs="text"
|
20 |
)
|
21 |
|
|
|
15 |
|
16 |
iface = gr.Interface(
|
17 |
fn=transcribe_audio,
|
18 |
+
inputs=gr.Audio(source="microphone", type="file"),
|
19 |
outputs="text"
|
20 |
)
|
21 |
|