Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -85,4 +85,5 @@ demo = gr.ChatInterface(respond,
|
|
85 |
|
86 |
if __name__ == "__main__":
|
87 |
print_now('init')
|
|
|
88 |
demo.launch(max_threads=40)
|
|
|
85 |
|
86 |
if __name__ == "__main__":
|
87 |
print_now('init')
|
88 |
+
demo.queue(default_concurrency_limit=40)
|
89 |
demo.launch(max_threads=40)
|