mrprimenotes commited on
Commit
7488c3b
·
verified ·
1 Parent(s): 780774f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks() as demo:
63
  fn=handle_additional_outputs,
64
  outputs=[transcript],
65
  concurrency_limit=10,
66
- queue=False,
67
  show_progress="hidden",
68
  )
69
  demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
 
63
  fn=handle_additional_outputs,
64
  outputs=[transcript],
65
  concurrency_limit=10,
66
+ queue=True, #False,
67
  show_progress="hidden",
68
  )
69
  demo.launch(server_name="0.0.0.0", server_port=7860, share=True)