diff --git a/python/tests/test_ort.py b/python/tests/test_ort.py index 2c88a65a6..ee5a1d5db 100644 --- a/python/tests/test_ort.py +++ b/python/tests/test_ort.py @@ -32,7 +32,7 @@ def test_long_img(): result, _ = engine(img_path) assert result is not None - assert len(result) >= 55 + assert len(result) >= 53 img_path.unlink()