Spaces:
Runtime error
Runtime error
Commit
·
e4fe8ae
1
Parent(s):
139a6fa
remove layoutlm
Browse files
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 |
|