harishB97 commited on
Commit
8e9e025
·
verified ·
1 Parent(s): ab80c92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- tree_output = gr.Plot(display_tree) # Connect the function directly
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():