xianbao HF staff commited on
Commit
c8a6daa
1 Parent(s): 3ee7592

Update app.py

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