LouiseWiilog commited on
Commit
c745fd7
1 Parent(s): 82a9ab8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -246,8 +246,8 @@ 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
 
253
 
 
246
  MODELS = {
247
  LAYOUTLM: run_layoutlm,
248
  DONUT: run_donut,
249
+ LILT: run_lilt,
250
+ TEXTRACT: run_textract,
251
  }
252
 
253