NiamaLynn commited on
Commit
eaab12a
·
1 Parent(s): ae723ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def app_outputs(uploaded_pdf):
81
  # Get labeled images with lines bounding boxes
82
  images = get_labeled_images(dataset, images_ids_list, bboxes_list_dict, probs_dict_dict)
83
 
84
- img_files = list()
85
  # Save images without bounding boxes
86
  for i in range(num_images):
87
  if filename != "files/blank.png":
 
81
  # Get labeled images with lines bounding boxes
82
  images = get_labeled_images(dataset, images_ids_list, bboxes_list_dict, probs_dict_dict)
83
 
84
+ img_files = list()
85
  # Save images without bounding boxes
86
  for i in range(num_images):
87
  if filename != "files/blank.png":