gobeldan commited on
Commit
4a31eda
·
verified ·
1 Parent(s): b4f3cf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,5 +132,5 @@ with gr.Blocks(title="Fast Whisper WebUI") as demo:
132
  )
133
 
134
  if __name__ == "__main__":
135
- demo.launch()
136
 
 
132
  )
133
 
134
  if __name__ == "__main__":
135
+ demo.launch(share=True)
136