Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -100,4 +100,5 @@ with demo:
|
|
100 |
inputs=input_expr,
|
101 |
outputs=[out_image_tree, out_flat_tree])
|
102 |
|
103 |
-
demo.
|
|
|
|
100 |
inputs=input_expr,
|
101 |
outputs=[out_image_tree, out_flat_tree])
|
102 |
|
103 |
+
demo.queue(concurrency_count=10)
|
104 |
+
demo.launch(debug=True)
|