Update app.py
Browse files
app.py
CHANGED
@@ -208,9 +208,9 @@ with gr.Blocks() as demo:
|
|
208 |
print(imgpath)
|
209 |
ROOT = get_tree(imgpath)
|
210 |
print(ROOT.name)
|
211 |
-
gr.Markdown("## Interactive Tree and Image Display")
|
212 |
-
with gr.Row():
|
213 |
-
|
214 |
|
215 |
with gr.Row():
|
216 |
with gr.Column():
|
|
|
208 |
print(imgpath)
|
209 |
ROOT = get_tree(imgpath)
|
210 |
print(ROOT.name)
|
211 |
+
# gr.Markdown("## Interactive Tree and Image Display")
|
212 |
+
# with gr.Row():
|
213 |
+
# tree_output = gr.Plot(display_tree) # Connect the function directly
|
214 |
|
215 |
with gr.Row():
|
216 |
with gr.Column():
|