Lrosado commited on
Commit
6f2b015
·
verified ·
1 Parent(s): 9b4b6a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ demo = gr.Interface(
141
  title="Streamlit Q&A System",
142
  description="This web API presents an interface to ask questions on streamlit documentation",
143
  article="Note that questions that are not relevant to streamlit or not within the sample documents will be answered with 'I don't know. Please check the docs @ 'https://docs.streamlit.io/''",
144
- concurrency_limit=16
145
  )
146
 
147
  demo.queue()
 
141
  title="Streamlit Q&A System",
142
  description="This web API presents an interface to ask questions on streamlit documentation",
143
  article="Note that questions that are not relevant to streamlit or not within the sample documents will be answered with 'I don't know. Please check the docs @ 'https://docs.streamlit.io/''",
144
+ concurrency_limit=20
145
  )
146
 
147
  demo.queue()