Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -732,10 +732,7 @@ def create_gradio_interface():
|
|
| 732 |
outputs=[
|
| 733 |
boundary_output, keras_output, ml_tree_output, tree_analysis_output, summary_output,
|
| 734 |
aligned_file, tree_file, tree_html_file, report_html_file, tree_html, report_html
|
| 735 |
-
]
|
| 736 |
-
_js="""(outputs) => {
|
| 737 |
-
return outputs;
|
| 738 |
-
}"""
|
| 739 |
)
|
| 740 |
|
| 741 |
analyze_file_btn.click(
|
|
@@ -744,10 +741,7 @@ def create_gradio_interface():
|
|
| 744 |
outputs=[
|
| 745 |
boundary_output, keras_output, ml_tree_output, tree_analysis_output, summary_output,
|
| 746 |
aligned_file, tree_file, tree_html_file, report_html_file, tree_html, report_html
|
| 747 |
-
]
|
| 748 |
-
_js="""(outputs) => {
|
| 749 |
-
return outputs;
|
| 750 |
-
}"""
|
| 751 |
)
|
| 752 |
|
| 753 |
# Examples
|
|
|
|
| 732 |
outputs=[
|
| 733 |
boundary_output, keras_output, ml_tree_output, tree_analysis_output, summary_output,
|
| 734 |
aligned_file, tree_file, tree_html_file, report_html_file, tree_html, report_html
|
| 735 |
+
]
|
|
|
|
|
|
|
|
|
|
| 736 |
)
|
| 737 |
|
| 738 |
analyze_file_btn.click(
|
|
|
|
| 741 |
outputs=[
|
| 742 |
boundary_output, keras_output, ml_tree_output, tree_analysis_output, summary_output,
|
| 743 |
aligned_file, tree_file, tree_html_file, report_html_file, tree_html, report_html
|
| 744 |
+
]
|
|
|
|
|
|
|
|
|
|
| 745 |
)
|
| 746 |
|
| 747 |
# Examples
|