mgokg commited on
Commit
dc49965
·
verified ·
1 Parent(s): 9fb3769

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Audio(type="filepath")
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():