harishB97 commited on
Commit
cae4bec
·
verified ·
1 Parent(s): 28e2fd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,7 +204,7 @@ with gr.Blocks() as demo:
204
  root = get_tree(imgpath)
205
  gr.Markdown("## Interactive Tree and Image Display")
206
  with gr.Row():
207
- tree_output = gr.Plot(display_tree, input=root) # Connect the function directly
208
 
209
  with gr.Row():
210
  with gr.Column():
 
204
  root = get_tree(imgpath)
205
  gr.Markdown("## Interactive Tree and Image Display")
206
  with gr.Row():
207
+ tree_output = gr.Plot(display_tree, root=root) # Connect the function directly
208
 
209
  with gr.Row():
210
  with gr.Column():