From b7dbe33d4b30c102bfa71eed96fab7740f45e612 Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 7 Jan 2023 15:56:12 -0800 Subject: [PATCH] Copying the wrong python file...ugh --- objectifier.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objectifier.nix b/objectifier.nix index cfd7214..9c19d89 100644 --- a/objectifier.nix +++ b/objectifier.nix @@ -8,7 +8,7 @@ let installPhase = '' mkdir -p $out cp $src/detector.py $out/detector.py - cp $src/yolo-cli.py $out/objectifier.py + cp $src/objectifier.py $out/objectifier.py ''; };