chore: typo fix (#156)

Signed-off-by: nkh0472 <67589323+nkh0472@users.noreply.github.com>
This commit is contained in:
nkh0472
2025-04-28 14:41:26 +08:00
committed by GitHub
parent 14bafb2628
commit 494d66f992
2 changed files with 2 additions and 2 deletions

View File

@@ -198,7 +198,7 @@ def get_pdf_pipeline_opts(
if docling_serve_settings.artifacts_path is not None:
if str(docling_serve_settings.artifacts_path.absolute()) == "":
_log.info(
"artifacts_path is an empty path, model weights will be dowloaded "
"artifacts_path is an empty path, model weights will be downloaded "
"at runtime."
)
artifacts_path = None