silvesterjk commited on
Commit
3f8b928
·
1 Parent(s): cab033c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ with block:
172
  btn = gr.Button("Transcribe")
173
  text = gr.Textbox(show_label=False, elem_id="result-textarea")
174
 
175
- btn.click(inference, inputs=[audio], outputs=[text, loading_icon])
176
 
177
  gr.HTML('''
178
  <div class="footer">
 
172
  btn = gr.Button("Transcribe")
173
  text = gr.Textbox(show_label=False, elem_id="result-textarea")
174
 
175
+ btn.click(inference, inputs=[audio], outputs=[text])
176
 
177
  gr.HTML('''
178
  <div class="footer">