Spaces:
Paused
Paused
Update app.py
Browse files
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(
|
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 |
|