paralym commited on
Commit
b5a3831
1 Parent(s): fd162d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -398,7 +398,7 @@ with gr.Blocks(css=".message-wrap.svelte-1lcyrx4>div.svelte-1lcyrx4 img {min-wid
398
  chatbot
399
  )
400
 
401
- demo.queue(concurrency_count=5)
402
 
403
  if __name__ == "__main__":
404
  import argparse
 
398
  chatbot
399
  )
400
 
401
+ demo.queue()
402
 
403
  if __name__ == "__main__":
404
  import argparse