Skip to content

Commit 5dfb75d

Browse files
authored
fix: picture caption visuals (docling-project#129)
Signed-off-by: DKL <dkl@zurich.ibm.com>
1 parent 420162e commit 5dfb75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docling_serve/gradio_ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
############################
1818

1919
logo_path = "https://raw.githubusercontent.com/docling-project/docling/refs/heads/main/docs/assets/logo.svg"
20-
js_components_url = "https://unpkg.com/@docling/docling-components@0.0.3"
20+
js_components_url = "https://unpkg.com/@docling/docling-components@0.0.6"
2121
if (
2222
docling_serve_settings.static_path is not None
2323
and docling_serve_settings.static_path.is_dir()

0 commit comments

Comments
 (0)