jerrypan7 commited on
Commit
10f0d22
Β·
verified Β·
1 Parent(s): f833145

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
157
  )
158
 
159
  run_button = gr.Button("πŸš€ Transcribe Audio", variant="primary", interactive=False)
160
- #run_button.click(run_asr, inputs=[audio_input, youtube_input], outputs=[result])
161
  """
162
  run_button.click(
163
  fn=lambda: '', # This lambda function sets the output to empty
 
157
  )
158
 
159
  run_button = gr.Button("πŸš€ Transcribe Audio", variant="primary", interactive=False)
160
+ run_button.click(run_asr, inputs=[audio_input, youtube_input], outputs=[result])
161
  """
162
  run_button.click(
163
  fn=lambda: '', # This lambda function sets the output to empty