Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def transcribe_speech(filepath):
|
|
15 |
mic_transcribe = gr.Interface(
|
16 |
fn=transcribe_speech,
|
17 |
inputs=gr.Audio(sources="microphone",
|
18 |
-
type="
|
19 |
outputs=gr.Textbox(label="Transcription",
|
20 |
lines=3),
|
21 |
allow_flagging="never")
|
|
|
15 |
mic_transcribe = gr.Interface(
|
16 |
fn=transcribe_speech,
|
17 |
inputs=gr.Audio(sources="microphone",
|
18 |
+
type="microphone"),
|
19 |
outputs=gr.Textbox(label="Transcription",
|
20 |
lines=3),
|
21 |
allow_flagging="never")
|