diff --git a/tests/TestCase.php b/tests/TestCase.php index 89c8d9c..bcebab6 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -9,7 +9,7 @@ abstract class TestCase extends BaseTestCase { protected function deepface(): DeepFace { - return new DeepFace('/opt/homebrew/bin/python3.11'); + return new DeepFace(); } protected function image(string $img): string