ylacombe HF staff commited on
Commit
28c2bc7
1 Parent(s): 41e0a64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -428,5 +428,5 @@ You can verify what was sent to the chatbot model here. It is ideally in English
428
  file_msg.then(lambda: (gr.update(interactive=True),gr.update(interactive=True,value=None)), None, [txt, btn], )
429
 
430
 
431
- demo.queue(concurrency_count=2)
432
  demo.launch(debug=True)
 
428
  file_msg.then(lambda: (gr.update(interactive=True),gr.update(interactive=True,value=None)), None, [txt, btn], )
429
 
430
 
431
+ demo.queue()
432
  demo.launch(debug=True)