nanom commited on
Commit
f29f0a2
·
1 Parent(s): 702f8f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ with demo:
70
  )
71
 
72
  input_expr.change(
73
- fn=syntacticTree,
74
  inputs=input_expr,
75
  outputs=[out_image_tree, out_flat_tree])
76
 
 
70
  )
71
 
72
  input_expr.change(
73
+ fn=genFlatDepthTree,
74
  inputs=input_expr,
75
  outputs=[out_image_tree, out_flat_tree])
76