hysts HF staff commited on
Commit
ab14d7d
1 Parent(s): 262df37

Update app.py

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