Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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":
|