Update app_dialogue.py

#15
by abidlabs HF staff - opened
Files changed (1) hide show
  1. app_dialogue.py +1 -1
app_dialogue.py CHANGED
@@ -865,5 +865,5 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
865
  ),
866
  )
867
 
868
- demo.queue()
869
  demo.launch()
 
865
  ),
866
  )
867
 
868
+ demo.queue(concurrency_count=40, max_size=40)
869
  demo.launch()