paulbauriegel commited on
Commit
925603d
·
1 Parent(s): b6f8e99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,5 +72,5 @@ with gr.Blocks(title='Whisper Demo', theme=theme) as demo:
72
  )
73
  translate_btn.click(speech_to_text_translate,
74
  [audio_in, file_in, drop_down],
75
- [trans_df, sys_info]
76
 
 
72
  )
73
  translate_btn.click(speech_to_text_translate,
74
  [audio_in, file_in, drop_down],
75
+ [trans_df, sys_info])
76