vincentclaes commited on
Commit
e4fe8ae
·
1 Parent(s): 139a6fa

remove layoutlm

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ def normalize_bbox(box, width, height, padding=0.005):
246
  MODELS = {
247
  LAYOUTLM: run_layoutlm,
248
  DONUT: run_donut,
249
- LILT: run_lilt,
250
  TEXTRACT: run_textract,
251
  }
252
 
 
246
  MODELS = {
247
  LAYOUTLM: run_layoutlm,
248
  DONUT: run_donut,
249
+ # LILT: run_lilt,
250
  TEXTRACT: run_textract,
251
  }
252