Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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()
|