LPX55 commited on
Commit
d06b0fa
·
verified ·
1 Parent(s): 02d355c

🤦‍♂️ how did I miss this

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -707,4 +707,4 @@ with gr.Blocks(css=css, fill_height=True) as demo:
707
  queue=False
708
  )
709
 
710
- demo.launch(show_error=True)
 
707
  queue=False
708
  )
709
 
710
+ demo.queue(max_size=10).launch(show_error=True)