Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ with demo:
|
|
45 |
examples_per_page=20,
|
46 |
)
|
47 |
|
48 |
-
|
49 |
fn=syntacticTree,
|
50 |
inputs=input_expr,
|
51 |
outputs=[out_image_tree, out_flat_tree])
|
|
|
45 |
examples_per_page=20,
|
46 |
)
|
47 |
|
48 |
+
input_expr.change(
|
49 |
fn=syntacticTree,
|
50 |
inputs=input_expr,
|
51 |
outputs=[out_image_tree, out_flat_tree])
|