johann22 commited on
Commit
d8b1ac8
·
1 Parent(s): 098c00e

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +2 -2
app_dialogue.py CHANGED
@@ -886,5 +886,5 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
886
  )
887
  '''
888
 
889
- demo.queue(concurrency_count=40, max_size=40)
890
- demo.launch()
 
886
  )
887
  '''
888
 
889
+ demo.queue()
890
+ demo.launch(max_threads=20)