ShesterG commited on
Commit
86fa6e8
·
1 Parent(s): e16fbbb

tab title -> Visual Tree

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def process(image):
107
 
108
 
109
  if gr is not None:
110
- with gr.Blocks(title="DINO Hierarchies", 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():
 
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():