paulbauriegel commited on
Commit
5365aef
·
1 Parent(s): 478506b

Update app.py

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