SalML commited on
Commit
383e6be
1 Parent(s): 72bc72d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -435,7 +435,7 @@ class TableExtractionPipeline():
435
  model, probas, bboxes_scaled = table_detector(image, THRESHOLD_PROBA=TD_THRESHOLD)
436
 
437
  if bboxes_scaled.nelement() == 0:
438
- print('No table found in the pdf-page image')
439
  return ''
440
 
441
  # try:
 
435
  model, probas, bboxes_scaled = table_detector(image, THRESHOLD_PROBA=TD_THRESHOLD)
436
 
437
  if bboxes_scaled.nelement() == 0:
438
+ st.write('No table found in the pdf-page image')
439
  return ''
440
 
441
  # try: