axxam commited on
Commit
10a369e
·
verified ·
1 Parent(s): c002cde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,4 +90,4 @@ with gr.Blocks() as demo:
90
  outputs=[gr.HTML(label="YouTube Video"), gr.Textbox(label="Transcription")],
91
  )
92
 
93
- demo.launch(enable_queue=True)
 
90
  outputs=[gr.HTML(label="YouTube Video"), gr.Textbox(label="Transcription")],
91
  )
92
 
93
+ demo.launch()