Spaces:
Runtime error
Runtime error
LouiseWiilog
commited on
Commit
•
c745fd7
1
Parent(s):
82a9ab8
Update app.py
Browse files
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 |
-
|
250 |
-
|
251 |
}
|
252 |
|
253 |
|
|
|
246 |
MODELS = {
|
247 |
LAYOUTLM: run_layoutlm,
|
248 |
DONUT: run_donut,
|
249 |
+
LILT: run_lilt,
|
250 |
+
TEXTRACT: run_textract,
|
251 |
}
|
252 |
|
253 |
|