Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ def build_gradio_analyzer(table, table_ref, ocr):
|
|
142 |
|
143 |
def prepare_output(dp, add_table, add_ocr):
|
144 |
out = dp.as_dict()
|
145 |
-
out.pop("
|
146 |
|
147 |
layout_items = dp.items
|
148 |
if add_ocr:
|
|
|
142 |
|
143 |
def prepare_output(dp, add_table, add_ocr):
|
144 |
out = dp.as_dict()
|
145 |
+
out.pop("_image")
|
146 |
|
147 |
layout_items = dp.items
|
148 |
if add_ocr:
|