kebson commited on
Commit
8397990
·
verified ·
1 Parent(s): 808624c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def extract_second_column(image):
99
 
100
  results = table_processor.post_process_object_detection(
101
  outputs,
102
- threshold=0.7,
103
  target_sizes=target_sizes
104
  )[0]
105
 
 
99
 
100
  results = table_processor.post_process_object_detection(
101
  outputs,
102
+ threshold=0.3,
103
  target_sizes=target_sizes
104
  )[0]
105