Sakalti commited on
Commit
d741d46
·
verified ·
1 Parent(s): 2fdf157

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -57,6 +57,7 @@ demo = gr.ChatInterface(
57
  label="Top-p (nucleus sampling)",
58
  ),
59
  ],
 
60
  )
61
 
62
 
 
57
  label="Top-p (nucleus sampling)",
58
  ),
59
  ],
60
+ concurrency_limit=30
61
  )
62
 
63