Armandoliv commited on
Commit
8bf2a47
·
1 Parent(s): 2c5690a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -174,7 +174,9 @@ def main_convert(filename):
174
  print("File Generated")
175
 
176
  im_out = lp.draw_box(img, detected, box_width=5, box_alpha=0.2, show_element_type=True)
177
-
 
 
178
  return 'demo.docx', im_out, dic_predicted
179
 
180
 
 
174
  print("File Generated")
175
 
176
  im_out = lp.draw_box(img, detected, box_width=5, box_alpha=0.2, show_element_type=True)
177
+ print("Keys final")
178
+ print(dic_predicted.keys())
179
+ print(f"img_out {type(im_out)}")
180
  return 'demo.docx', im_out, dic_predicted
181
 
182