pierreguillou commited on
Commit
252280a
1 Parent(s): 5811cb2

Update files/functions.py

Browse files
Files changed (1) hide show
  1. files/functions.py +1 -1
files/functions.py CHANGED
@@ -109,7 +109,7 @@ from huggingface_hub import hf_hub_download
109
  files = ["example.pdf", "blank.pdf", "blank.png", "languages_iso.csv", "languages_tesseract.csv", "wo_content.png"]
110
  for file_name in files:
111
  path_to_file = hf_hub_download(
112
- repo_id = "pierreguillou/Inference-APP-Document-Understanding-at-linelevel-v3",
113
  filename = "files/" + file_name,
114
  repo_type = "space"
115
  )
 
109
  files = ["example.pdf", "blank.pdf", "blank.png", "languages_iso.csv", "languages_tesseract.csv", "wo_content.png"]
110
  for file_name in files:
111
  path_to_file = hf_hub_download(
112
+ repo_id = "pierreguillou/Inference-APP-Document-Understanding-at-linelevel-LiLT-base-LayoutXLM-base-v1",
113
  filename = "files/" + file_name,
114
  repo_type = "space"
115
  )