Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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 |
)
|