mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
fix: Adjust the LayoutModel default paths for the docling-layout-heron
Signed-off-by: Nikos Livathinos <nli@zurich.ibm.com>
This commit is contained in:
parent
e5f8bb086d
commit
4ce338f455
@ -23,8 +23,8 @@ _log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class LayoutModel(BasePageModel):
|
||||
_model_repo_folder = "ds4sd--docling-models"
|
||||
_model_path = "model_artifacts/layout"
|
||||
_model_repo_folder = "ds4sd--docling-layout-heron"
|
||||
_model_path = ""
|
||||
|
||||
TEXT_ELEM_LABELS = [
|
||||
DocItemLabel.TEXT,
|
||||
|
Loading…
Reference in New Issue
Block a user