razhan commited on
Commit
edddc85
1 Parent(s): 8b736e7

Update app.py

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