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