harishB97 commited on
Commit
e5b4609
·
verified ·
1 Parent(s): 24eae15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -304,10 +304,10 @@ def species_change(species_name):
304
 
305
  with gr.Blocks() as demo:
306
 
307
- imgpath = species_to_imgpath['bird']
308
- print(imgpath)
309
- ROOT = get_tree(imgpath)
310
- print(ROOT.name)
311
  gr.Markdown("## Interactive Tree and Image Display")
312
 
313
  # with gr.Row():
 
304
 
305
  with gr.Blocks() as demo:
306
 
307
+ # imgpath = species_to_imgpath['bird']
308
+ # print(imgpath)
309
+ # ROOT = get_tree(imgpath)
310
+ # print(ROOT.name)
311
  gr.Markdown("## Interactive Tree and Image Display")
312
 
313
  # with gr.Row():