nanom commited on
Commit
4ae50e3
·
1 Parent(s): b2c9da4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -100,4 +100,5 @@ with demo:
100
  inputs=input_expr,
101
  outputs=[out_image_tree, out_flat_tree])
102
 
103
- demo.launch(enable_queue=True)
 
 
100
  inputs=input_expr,
101
  outputs=[out_image_tree, out_flat_tree])
102
 
103
+ demo.queue(concurrency_count=10)
104
+ demo.launch(debug=True)