Achitha commited on
Commit
098234f
·
1 Parent(s): 3b2df9a

Update app.py

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