Update app.py
Browse files
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():
|