Spaces:
Running
Running
tab title -> Visual Tree
Browse files
app.py
CHANGED
|
@@ -107,7 +107,7 @@ def process(image):
|
|
| 107 |
|
| 108 |
|
| 109 |
if gr is not None:
|
| 110 |
-
with gr.Blocks(title="
|
| 111 |
gr.Markdown("# 🌳 Visual Tree\nUpload an image → get its **condensed tree** (hover a node) "
|
| 112 |
"and the **reveal animation** (best-first by CLS attention). Runs DINOv3 ViT-L/16.")
|
| 113 |
with gr.Row():
|
|
|
|
| 107 |
|
| 108 |
|
| 109 |
if gr is not None:
|
| 110 |
+
with gr.Blocks(title="Visual Tree", theme=gr.themes.Base()) as demo:
|
| 111 |
gr.Markdown("# 🌳 Visual Tree\nUpload an image → get its **condensed tree** (hover a node) "
|
| 112 |
"and the **reveal animation** (best-first by CLS attention). Runs DINOv3 ViT-L/16.")
|
| 113 |
with gr.Row():
|