Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks() as speech:
|
|
162 |
gr.Markdown("### audio", elem_classes="tab-header")
|
163 |
|
164 |
with gr.Row():
|
165 |
-
sr_inputs = gr.
|
166 |
sr_outputs = gr.Textbox(label="Transcribed Text")
|
167 |
|
168 |
with gr.Row():
|
|
|
162 |
gr.Markdown("### audio", elem_classes="tab-header")
|
163 |
|
164 |
with gr.Row():
|
165 |
+
sr_inputs = gr.Microphone(type="filepath")
|
166 |
sr_outputs = gr.Textbox(label="Transcribed Text")
|
167 |
|
168 |
with gr.Row():
|