nanom commited on
Commit
4df846a
·
1 Parent(s): 403e543

Addign unable_queue, and cache examples

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