dineshb commited on
Commit
a53b776
Β·
1 Parent(s): 5bcd267

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,4 +92,4 @@ yt_transcribe = gr.Interface(
92
  with demo:
93
  gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
94
 
95
- demo.launch(enable_queue=True)
 
92
  with demo:
93
  gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
94
 
95
+ demo.launch(share = True,enable_queue=True)