Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -123,4 +123,4 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
123 |
|
124 |
if __name__ == "__main__":
|
125 |
# demo.launch(debug=True)
|
126 |
-
demo.queue(api_open=False).launch(max_threads=
|
|
|
123 |
|
124 |
if __name__ == "__main__":
|
125 |
# demo.launch(debug=True)
|
126 |
+
demo.queue(api_open=False, max_size=40).launch(max_threads=40)
|