Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ with demo:
|
|
70 |
)
|
71 |
|
72 |
input_expr.change(
|
73 |
-
fn=
|
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 |
|