freddyaboulton HF staff commited on
Commit
35c4284
1 Parent(s): aff5e12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def predict(message, chatbot):
25
 
26
  return response
27
 
28
- interface = gr.ChatInterface(predict).queue(concurrency_count=75)
29
 
30
  with gr.Blocks() as demo:
31
  gr.Markdown("""
 
25
 
26
  return response
27
 
28
+ interface = gr.ChatInterface(predict).queue()
29
 
30
  with gr.Blocks() as demo:
31
  gr.Markdown("""