anzorq commited on
Commit
6fd478d
1 Parent(s): b8909ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def transcribe_from_youtube(url):
66
  with gr.Blocks() as demo:
67
  with gr.Tab("Microphone Input"):
68
  gr.Markdown("## Transcribe speech from microphone")
69
- mic_audio = gr.Audio(source="microphone", type="filepath", label="Speak into your microphone")
70
  transcribe_button = gr.Button("Transcribe")
71
  transcription_output = gr.Textbox(label="Transcription")
72
 
 
66
  with gr.Blocks() as demo:
67
  with gr.Tab("Microphone Input"):
68
  gr.Markdown("## Transcribe speech from microphone")
69
+ mic_audio = gr.Audio(sources="microphone", type="filepath", label="Speak into your microphone")
70
  transcribe_button = gr.Button("Transcribe")
71
  transcription_output = gr.Textbox(label="Transcription")
72