ciditel commited on
Commit
fd96c94
1 Parent(s): 07b18a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,5 +111,5 @@ file_transcribe = gr.Interface(
111
  with demo:
112
  gr.TabbedInterface([ file_transcribe], [ "Audio file"])
113
 
114
- demo.launch()
115
 
 
111
  with demo:
112
  gr.TabbedInterface([ file_transcribe], [ "Audio file"])
113
 
114
+ demo.launch(share=True)
115