JaMe76 commited on
Commit
de19a8b
1 Parent(s): 689e7d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("image")
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: