Spaces:
Running
Running
Commit
·
2c5690a
1
Parent(s):
f9729f3
Update app.py
Browse files
app.py
CHANGED
@@ -171,6 +171,7 @@ def main_convert(filename):
|
|
171 |
dic_predicted = predict_elements(img, n_detected)
|
172 |
print("dic_predicted ",type(dic_predicted ), dic_predicted.keys() )
|
173 |
gen_doc(dic_predicted)
|
|
|
174 |
|
175 |
im_out = lp.draw_box(img, detected, box_width=5, box_alpha=0.2, show_element_type=True)
|
176 |
|
|
|
171 |
dic_predicted = predict_elements(img, n_detected)
|
172 |
print("dic_predicted ",type(dic_predicted ), dic_predicted.keys() )
|
173 |
gen_doc(dic_predicted)
|
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 |
|