Olivier-Truong commited on
Commit
5590284
1 Parent(s): 3477c1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,5 +147,5 @@ yt_transcribe = gr.Interface(
147
  with demo:
148
  gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
149
 
150
- demo.launch(queue=True)
151
 
 
147
  with demo:
148
  gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
149
 
150
+ demo.launch()
151