nanom commited on
Commit
3beb492
·
1 Parent(s): 307d2b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ with demo:
104
  btn_get_tree.click(
105
  fn=genFlatDepthTree,
106
  inputs=input_expr,
107
- outputs=[out_image_tree, out_flat_tree])
108
  )
109
 
110
  demo.queue(concurrency_count=10)
 
104
  btn_get_tree.click(
105
  fn=genFlatDepthTree,
106
  inputs=input_expr,
107
+ outputs=[out_image_tree, out_flat_tree]
108
  )
109
 
110
  demo.queue(concurrency_count=10)