zhangjf commited on
Commit
df9cfb5
·
1 Parent(s): be7969f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -166,5 +166,4 @@ with gr.Blocks() as demo:
166
  button_gen.click(fn=predict, inputs=[txt, state, behavior], outputs=[txt, state, chatbot])
167
  button_clr.click(fn=lambda :([],[]), inputs=None, outputs=[chatbot, state])
168
 
169
- demo.queue(concurrency_count=3, max_size=10)
170
  demo.launch()
 
166
  button_gen.click(fn=predict, inputs=[txt, state, behavior], outputs=[txt, state, chatbot])
167
  button_clr.click(fn=lambda :([],[]), inputs=None, outputs=[chatbot, state])
168
 
 
169
  demo.launch()