alexnasa commited on
Commit
dc4acf0
·
verified ·
1 Parent(s): 7129381

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -272,11 +272,13 @@ with gr.Blocks(css=css) as demo:
272
  )
273
 
274
  # 4) Button to launch inference
275
- run_button = gr.Button("Chain-of-Zoom it")
 
 
276
 
277
  # 5) Preview (512×512 + four truly nested boxes)
278
  preview_with_box = gr.Image(
279
- label="Preview (512×512 with nested boxes)",
280
  type="pil",
281
  interactive=False
282
  )
 
272
  )
273
 
274
  # 4) Button to launch inference
275
+ run_button = gr.Button("🔎 Chain-of-Zoom it", variant="primary")
276
+
277
+ gr.Markdown("*Click anywhere on the preview image to select coordinates to zoom*")
278
 
279
  # 5) Preview (512×512 + four truly nested boxes)
280
  preview_with_box = gr.Image(
281
+ label="Preview",
282
  type="pil",
283
  interactive=False
284
  )