Spaces:
Running
Running
littlebird13
commited on
Commit
•
3ed976e
1
Parent(s):
0e8960e
Update app.py
Browse files
app.py
CHANGED
@@ -182,8 +182,8 @@ def main():
|
|
182 |
inputs=[radio, system_input],
|
183 |
outputs=[mark_, chatbot, system_state, system_input, textbox])
|
184 |
|
185 |
-
demo.queue(api_open=False)
|
186 |
-
demo.launch(max_threads=
|
187 |
|
188 |
|
189 |
if __name__ == "__main__":
|
|
|
182 |
inputs=[radio, system_input],
|
183 |
outputs=[mark_, chatbot, system_state, system_input, textbox])
|
184 |
|
185 |
+
demo.queue(api_open=False,default_concurrency_limit=40)
|
186 |
+
demo.launch(max_threads=40)
|
187 |
|
188 |
|
189 |
if __name__ == "__main__":
|