mzameshina commited on
Commit
8834093
·
verified ·
1 Parent(s): b3ea80a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -604,7 +604,7 @@ with demo:
604
  outputs=[transcription_output]
605
  )
606
 
607
- clear.click(lambda: (None, None, None), None, [audio_output, msg, transcription_output], queue=False)
608
 
609
  ########################## Transcription ##########################
610
  with gr.Row():
 
604
  outputs=[transcription_output]
605
  )
606
 
607
+ clear.click(lambda: (None, None, None), None, [audio_output, msg, transcription_output], queue=False)
608
 
609
  ########################## Transcription ##########################
610
  with gr.Row():