imvladikon commited on
Commit
872a158
1 Parent(s): 665d854

Update app.py

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